Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def generate_image(prompt, ckpt):
|
|
49 |
|
50 |
# Gradio Interface
|
51 |
|
52 |
-
with gr.Blocks(css=
|
53 |
gr.HTML("<h1><center>Adobe DMD2🦖</center></h1>")
|
54 |
gr.HTML("<p><center><a href='https://huggingface.co/tianweiy/DMD2'>https://huggingface.co/tianweiy/DMD2</a> text-to-image generation</center></p>")
|
55 |
with gr.Group():
|
|
|
49 |
|
50 |
# Gradio Interface
|
51 |
|
52 |
+
with gr.Blocks(css=CSS) as demo:
|
53 |
gr.HTML("<h1><center>Adobe DMD2🦖</center></h1>")
|
54 |
gr.HTML("<p><center><a href='https://huggingface.co/tianweiy/DMD2'>https://huggingface.co/tianweiy/DMD2</a> text-to-image generation</center></p>")
|
55 |
with gr.Group():
|