Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aelitta
/
BioMistral_gradio
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aelitta
commited on
May 7, 2024
Commit
685a86d
·
verified
·
1 Parent(s):
6215529
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,5 +74,5 @@ def predict(message, history):
74
return answer
75
76
77
-
gr.ChatInterface(predict).launch()
78
74
return answer
75
76
77
+
gr.ChatInterface(predict).launch(
debug=True
)
78