DiffusionArtco commited on
Commit
7dd777f
·
1 Parent(s): 5b0ab0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ css = """"""
14
  with gr.Blocks(css=css) as sim:
15
  with gr.Row():
16
  gr.HTML(""" <title>Dreamlike Photoreal</title> <div style="text-align: center; max-width: 1400px; margin: 0 auto;">
17
- <h1>Multiplier</h1>""")
18
  with gr.Row():
19
  inputtext = gr.Textbox(label="Short Prompt", lines=1)
20
  genbut = gr.Button("Generate Prompts")
 
14
  with gr.Blocks(css=css) as sim:
15
  with gr.Row():
16
  gr.HTML(""" <title>Dreamlike Photoreal</title> <div style="text-align: center; max-width: 1400px; margin: 0 auto;">
17
+ <h1>Dreamlike Photoreal</h1>""")
18
  with gr.Row():
19
  inputtext = gr.Textbox(label="Short Prompt", lines=1)
20
  genbut = gr.Button("Generate Prompts")