Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
ARXIV_URL = "https://arxiv.org/abs/2505.13362"
|
| 4 |
-
GITHUB_URL = "https://github.com/
|
| 5 |
|
| 6 |
with gr.Blocks(title="DynaNoise Official Code") as demo:
|
| 7 |
gr.Markdown(
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
ARXIV_URL = "https://arxiv.org/abs/2505.13362"
|
| 4 |
+
GITHUB_URL = "https://github.com/Javad-Forough/DynaNoise-PoPETs2026-Artifact"
|
| 5 |
|
| 6 |
with gr.Blocks(title="DynaNoise Official Code") as demo:
|
| 7 |
gr.Markdown(
|