Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Sakalti
/
Qwen7b
like
1
Running
App
Files
Files
Community
Sakalti
commited on
28 days ago
Commit
2103120
β’
1 Parent(s):
bdb17a0
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
)