Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lambdaindie
/
lambdai
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mariusjabami
commited on
13 days ago
Commit
9957aac
·
verified
·
1 Parent(s):
d2ae141
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -132,4 +132,4 @@ demo = gr.ChatInterface(
132
)
133
134
if __name__ == "__main__":
135
-
demo.launch()
132
)
133
134
if __name__ == "__main__":
135
+
demo.launch(
share=True
)