Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ariamehr
/
Meta-Sapiens
like
2
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Ariamehr
commited on
Aug 25, 2024
Commit
6502465
·
verified
·
1 Parent(s):
40a4b57
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ iface = gr.Interface(
54
)
55
56
if __name__ == "__main__":
57
-
iface.launch()
54
)
55
56
if __name__ == "__main__":
57
+
iface.launch(
share=True
)