Spaces:
trysem
/
Runtime error

trysem commited on
Commit
d7a6a77
·
1 Parent(s): d32c4d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)