Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kasim90
/
GradioMistral
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kasim90
commited on
13 days ago
Commit
5d86404
Β·
verified
Β·
1 Parent(s):
0693177
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,7 +25,7 @@ demo = gr.ChatInterface(
25
)
26
27
if __name__ == "__main__":
28
-
demo.launch(
ssr
=
False
)
29
30
#--------------------
31
25
)
26
27
if __name__ == "__main__":
28
+
demo.launch(
share
=
True
)
29
30
#--------------------
31