Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Elouarn/montaillou-guerisseuse
Elouarn
/
montaillou-forgeron
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Elouarn
commited on
Feb 20, 2024
Commit
6c2e590
·
verified
·
1 Parent(s):
49128bd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ demo = gr.ChatInterface(fn=generate,
54
undo_btn=None
55
)
56
57
-
demo.
serve
(
preprompt="Bienvenue dans ma taverne!"
).launch(show_api=True)
54
undo_btn=None
55
)
56
57
+
demo.
queue
().launch(show_api=True)