Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kevinantony
/
Flux1-Schnell
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kevinantony
commited on
Aug 22, 2024
Commit
7c6f645
·
verified
·
1 Parent(s):
32a1bcc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -234,4 +234,5 @@ with gr.Blocks() as demo:
234
]
235
)
236
237
-
demo.launch(debug=False, show_error=True
, share=True
)
234
]
235
)
236
237
+
demo.launch(debug=False, show_error=True)
238
+