Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
K00B404
/
mistral-nemo-prompt-enhancer
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
K00B404
commited on
Sep 24, 2024
Commit
ea863e8
·
verified
·
1 Parent(s):
80a2e23
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ demo = gr.ChatInterface(
62
63
64
if __name__ == "__main__":
65
-
demo.launch(show_api=True, share=False)
62
63
64
if __name__ == "__main__":
65
+
demo.launch(show_api=True, share=False
,show_error=True
)