Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
123 |
with gr.Row():
|
124 |
with gr.Row():
|
125 |
noise_level = gr.Slider(minimum=0.0, maximum=3, step=0.1, label="Noise Level")
|
126 |
-
|
127 |
output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
128 |
|
129 |
output2=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
|
|
123 |
with gr.Row():
|
124 |
with gr.Row():
|
125 |
noise_level = gr.Slider(minimum=0.0, maximum=3, step=0.1, label="Noise Level")
|
126 |
+
with gr():
|
127 |
output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
128 |
|
129 |
output2=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|