Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
ChristianHappy/FLUX.1-schnell
mrbeliever
/
Schneller
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mrbeliever
commited on
Oct 29, 2024
Commit
2918211
Β·
verified
Β·
1 Parent(s):
cb84fcc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,7 +53,7 @@ examples = [
53
]
54
55
56
-
with gr.Blocks(
css=css
) as demo:
57
58
with gr.Column(elem_id="col-container"):
59
53
]
54
55
56
+
with gr.Blocks() as demo:
57
58
with gr.Column(elem_id="col-container"):
59