Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Rijgersberg/Qwen2.5-7B-Instruct
bobber
/
Qwen-0.5B-GRPO
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rijgersberg
commited on
Aug 7, 2024
Commit
a89fdf4
·
verified
·
1 Parent(s):
44c4d91
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ chat_interface = gr.ChatInterface(
52
analytics_enabled=False,
53
show_progress='full',
54
)
55
-
chat_interface.launch()
52
analytics_enabled=False,
53
show_progress='full',
54
)
55
+
chat_interface.launch(
share=True
)