Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
CATIE-AQ
/
Nestor
like
0
Sleeping
App
Files
Files
Community
pierre-catie
commited on
Jun 24
Commit
f7671e9
•
1 Parent(s):
d29cceb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -96,6 +96,6 @@ demo = gr.Interface(
96
],
97
98
)
99
100
-
101
-
demo.launch()
96
],
97
98
)
99
+
gr.Image("/file=catie(3).png", height=250,width=80, show_download_button=False)
100
101
+
demo.launch(allowed_paths=["catie(3).png"])