Spaces:
Runtime error
Runtime error
Commit
·
5b0ab0b
1
Parent(s):
362c704
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ proc5 = gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
|
|
13 |
css = """"""
|
14 |
with gr.Blocks(css=css) as sim:
|
15 |
with gr.Row():
|
16 |
-
gr.HTML(""" <title>
|
17 |
<h1>Multiplier</h1>""")
|
18 |
with gr.Row():
|
19 |
inputtext = gr.Textbox(label="Short Prompt", lines=1)
|
|
|
13 |
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)
|