Spaces:
Running
Running
Commit
·
c371e3f
1
Parent(s):
d21555b
print gradio version
Browse files
app.py
CHANGED
|
@@ -60,6 +60,8 @@ Images are resized to fit within a maximum size of 2048x2048 pixels with maintai
|
|
| 60 |
</div>
|
| 61 |
"""
|
| 62 |
|
|
|
|
|
|
|
| 63 |
model = vgg_hyper(Path("./weights_ripe.pth"))
|
| 64 |
|
| 65 |
|
|
|
|
| 60 |
</div>
|
| 61 |
"""
|
| 62 |
|
| 63 |
+
print(f"Gradio version{gr.__version__}")
|
| 64 |
+
|
| 65 |
model = vgg_hyper(Path("./weights_ripe.pth"))
|
| 66 |
|
| 67 |
|