Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
diogenemudenge
/
MDspace
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
diogenemudenge
commited on
Dec 8, 2023
Commit
4aaa5b4
·
1 Parent(s):
b9fd9ba
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ iface = gr.Interface(
41
)
42
43
44
-
iface.launch()
41
)
42
43
44
+
iface.launch(
share=True
)