Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
fffiloni/diffusers-image-outpaint
aiqcamp
/
imagemagic
like
141
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aiqcamp
commited on
Mar 1
Commit
5cca9bf
Β·
verified
Β·
1 Parent(s):
9dfcc08
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -209,7 +209,7 @@ footer {
209
210
211
212
-
with gr.Blocks(
theme="Yntec/HaleyCH_Theme_Orange",
css=css) as demo:
213
with gr.Column():
214
215
209
210
211
212
+
with gr.Blocks(css=css) as demo:
213
with gr.Column():
214
215