Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
Molmo-7B-D-0924
like
111
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
updated show_error
#2
by
abhiman181025
- opened
Jan 21
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -77,4 +77,4 @@ with gr.Blocks() as demo:
77
outputs=[chatbot_output]
78
)
79
80
-
demo.launch()
77
outputs=[chatbot_output]
78
)
79
80
+
demo.launch(
show_error=True
)