Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
incendies
/
imageat-workflow
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
incendies
Cursor
commited on
26 days ago
Commit
80974ab
·
1 Parent(s):
7d20112
fix: remove show_error from graph.launch() (Daggr/uvicorn do not support it)
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -123,5 +123,5 @@ graph = Graph(
123
],
124
)
125
126
-
# Launch the Space
(show_error=True so node exceptions show the real message)
127
-
graph.launch(
show_error=True
)
123
],
124
)
125
126
+
# Launch the Space
127
+
graph.launch()