Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tin5451
/
LyraAgent
like
0
Runtime error
App
Files
Files
Community
tin5451
commited on
Jun 4
Commit
f4dd130
•
1 Parent(s):
7579e38
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ demo = gr.ChatInterface(
60
61
62
if __name__ == "__main__":
63
-
demo.launch()
60
61
62
if __name__ == "__main__":
63
+
demo.launch(
share=True
)