Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daq27
/
lm-studio-gradio-chat
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
daq27
commited on
Apr 14, 2024
Commit
6aa20e4
·
verified
·
1 Parent(s):
142fea9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -93,5 +93,5 @@ iface = gr.Interface(
93
)
94
95
# Launch the Gradio interface
96
-
iface.launch()
97
93
)
94
95
# Launch the Gradio interface
96
+
iface.launch(
share=True
)
97