Update app.py
Browse files
app.py
CHANGED
@@ -124,17 +124,17 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
124 |
with gr.Row():
|
125 |
noise_level = gr.Slider(minimum=0.0, maximum=3, step=0.1, label="Noise Level")
|
126 |
with gr.Row():
|
127 |
-
|
128 |
output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
129 |
-
|
130 |
output2=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
131 |
-
|
132 |
output3=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
133 |
-
|
134 |
output4=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
135 |
-
|
136 |
output5=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
137 |
-
|
138 |
output6=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
139 |
|
140 |
#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.Row():
|
127 |
+
|
128 |
output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
129 |
+
|
130 |
output2=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
131 |
+
|
132 |
output3=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
133 |
+
|
134 |
output4=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
135 |
+
|
136 |
output5=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
137 |
+
|
138 |
output6=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
139 |
|
140 |
#with gr.Row():
|