Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
salomonsky/xaman3
salomonsky
/
xaman4
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
salomonsky
commited on
Jan 13, 2024
Commit
10337dd
·
verified
·
1 Parent(s):
fbdfc92
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ chat_interface = gr.Interface(
72
theme="soft",
73
)
74
75
-
chat_interface.launch(share=True, debug=True
, callback=update_output_text
)
72
theme="soft",
73
)
74
75
+
chat_interface.launch(share=True, debug=True)