Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
189 |
with gr.Row():
|
190 |
with gr.Row():
|
191 |
-
|
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])
|