Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kuntooms
/
fast-stable-diffusionN
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
zenafey
commited on
Sep 26, 2023
Commit
310cdc8
·
1 Parent(s):
c8b7237
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -269,7 +269,7 @@ def flip_text(prompt, negative_prompt, model, steps, sampler, cfg_scale, width,
269
270
css = """
271
#model_dd {
272
-
width:
50%;
273
}
274
"""
275
269
270
css = """
271
#model_dd {
272
+
width:
10px;
273
}
274
"""
275