Spaces:
trysem
/
Runtime error

trysem commited on
Commit
9aecb2c
·
1 Parent(s): 70f2931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- with gr.Row():
128
  output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
129
- with gr.Row():
130
  output2=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
131
- with gr.Row():
132
  output3=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
133
- with gr.Row():
134
  output4=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
135
- with gr.Row():
136
  output5=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
137
- with gr.Row():
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():