Spaces:
vilarin
/
Running on Zero

vilarin commited on
Commit
556fb50
1 Parent(s): ec35e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def generate_image(prompt, ckpt):
49
 
50
  # Gradio Interface
51
 
52
- with gr.Blocks(css="style.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():
 
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():