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
b71954b
·
verified
·
1 Parent(s):
83dc5a3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -49,4 +49,4 @@ demo = gr.ChatInterface(fn=generate,
49
undo_btn=None
50
)
51
52
-
demo.queue().launch(show_api=
False
)
49
undo_btn=None
50
)
51
52
+
demo.queue().launch(show_api=
True
)