Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sultan-hassan
/
cosmology-expert
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sultan-hassan
commited on
Oct 23, 2024
Commit
e60d0bf
·
verified
·
1 Parent(s):
5115095
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,5 +26,5 @@ iface = gr.Interface(launch,
26
outputs="text",
27
css=css)
28
29
-
iface.launch()
30
26
outputs="text",
27
css=css)
28
29
+
iface.launch(
share=True
)
30