Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GenAI-CoolCats
/
Gradio-app
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Marko-suchy
commited on
Apr 17, 2024
Commit
8a0ebd9
·
verified
·
1 Parent(s):
f3f3f5f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,5 +40,5 @@ iface = gr.Interface(fn=predict,
40
description=description_html
41
)
42
43
-
iface.launch()
44
40
description=description_html
41
)
42
43
+
iface.launch(
share=True
)
44