Spaces:
trysem
/
Runtime error

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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -123,7 +123,6 @@ 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
- with gr.Row():
127
 
128
  output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
129
 
 
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