Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SAVAI123
/
FirstGenAI
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
SAVAI123
commited on
Mar 13
Commit
e49b8bf
·
verified
·
1 Parent(s):
4000987
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -247,7 +247,7 @@ def main():
247
)
248
249
# Launch UI
250
-
ui.launch()
251
252
if __name__ == "__main__":
253
main()
247
)
248
249
# Launch UI
250
+
ui.launch(
share=True
)
251
252
if __name__ == "__main__":
253
main()