Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RefalMachine
/
RuadaptQwen2.5
like
20
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RefalMachine
commited on
Oct 30, 2024
Commit
d8d19ad
·
verified
·
1 Parent(s):
0cd27a0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ demo = gr.ChatInterface(
66
67
68
if __name__ == "__main__":
69
-
demo.launch()
66
67
68
if __name__ == "__main__":
69
+
demo.launch(
share=True
)