Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lilyhof/CLAS-basic-interaction-exercise
lilyhof
/
CLAS-basic-interaction
like
0
Runtime error
App
Files
Files
Community
lilyhof
commited on
Oct 10, 2023
Commit
59e7856
•
1 Parent(s):
14306c2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ with gr.Blocks() as demo:
52
outputs=[chat_history_json])
53
54
# demo.queue()
55
-
demo.launch()
52
outputs=[chat_history_json])
53
54
# demo.queue()
55
+
demo.launch(
share=True
)