Yntec commited on
Commit
66365c2
1 Parent(s): 8008a4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -185,10 +185,10 @@ with gr.Blocks(css='style.css') as demo:
185
  with gr.Row():
186
  with gr.Row():
187
  output5=gr.Image(label="DreamAnything",show_label=False,min_width=640)
188
- output0=gr.Image(label="DreamAnything",show_label=False,min_width=640)
189
  with gr.Row():
190
  with gr.Row():
191
- outputX=gr.Image(label="DreamAnything",show_label=False,min_width=640)
192
 
193
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt], queue=False)
194
  run.click(send_it1, inputs=[prompt, noise_level], outputs=[output1])
 
185
  with gr.Row():
186
  with gr.Row():
187
  output5=gr.Image(label="DreamAnything",show_label=False,min_width=640)
188
+ outputX=gr.Image(label="DreamAnything",show_label=False,min_width=640)
189
  with gr.Row():
190
  with gr.Row():
191
+ output0=gr.Image(label="DreamAnything",show_label=False,min_width=640)
192
 
193
  see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt], queue=False)
194
  run.click(send_it1, inputs=[prompt, noise_level], outputs=[output1])