Spaces:
Runtime error
Runtime error
Commit
·
2a3255d
1
Parent(s):
9d2a5a6
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,9 +128,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 128 |
#with gr.Row():
|
| 129 |
#output1=gr.Image()
|
| 130 |
|
|
|
|
| 131 |
run.click(send_it1, inputs=[prompt, noise_level], outputs=[output1])
|
| 132 |
run.click(send_it2, inputs=[prompt, noise_level], outputs=[output2])
|
| 133 |
-
|
| 134 |
|
| 135 |
|
| 136 |
with gr.Row():
|
|
|
|
| 128 |
#with gr.Row():
|
| 129 |
#output1=gr.Image()
|
| 130 |
|
| 131 |
+
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt], queue=False)
|
| 132 |
run.click(send_it1, inputs=[prompt, noise_level], outputs=[output1])
|
| 133 |
run.click(send_it2, inputs=[prompt, noise_level], outputs=[output2])
|
| 134 |
+
|
| 135 |
|
| 136 |
|
| 137 |
with gr.Row():
|