Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
badmoh
/
unollm
like
0
Running
App
Files
Files
Community
badmoh
commited on
8 days ago
Commit
b35eab4
•
1 Parent(s):
4fa3988
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ demo = gr.ChatInterface(
62
63
64
if __name__ == "__main__":
65
-
demo.launch()
62
63
64
if __name__ == "__main__":
65
+
demo.launch(
share=True
)