Spaces:
Running
Running
SathyaSantosh77 commited on
Commit ·
2248872
1
Parent(s): 548afb9
gradio version change and sdk update
Browse files- app.py +1 -1
- requirements.txt +1 -2
app.py
CHANGED
|
@@ -478,4 +478,4 @@ with gr.Blocks(css=CSS, title="Dense-Iso-ViT SR") as demo:
|
|
| 478 |
|
| 479 |
|
| 480 |
if __name__ == "__main__":
|
| 481 |
-
demo.launch(
|
|
|
|
| 478 |
|
| 479 |
|
| 480 |
if __name__ == "__main__":
|
| 481 |
+
demo.launch()
|
requirements.txt
CHANGED
|
@@ -3,5 +3,4 @@ torchvision>=0.15.0
|
|
| 3 |
Pillow>=9.0.0
|
| 4 |
numpy>=1.24.0
|
| 5 |
spaces
|
| 6 |
-
gradio==5.16.0
|
| 7 |
-
gradio_client==1.7.0
|
|
|
|
| 3 |
Pillow>=9.0.0
|
| 4 |
numpy>=1.24.0
|
| 5 |
spaces
|
| 6 |
+
gradio==5.16.0
|
|
|