Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RTHGV
/
Multilingual-Chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RTHGV
commited on
Aug 1, 2024
Commit
63bc278
·
verified
·
1 Parent(s):
d048cdb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ iface = gr.Interface(
53
)
54
55
# Launch the interface
56
-
iface.launch()
53
)
54
55
# Launch the interface
56
+
iface.launch(
inline = False
)