Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as myface:
|
|
72 |
output8=gr.Image(label="Dreamlike Diffusion 1.0")
|
73 |
|
74 |
|
75 |
-
run.click(
|
76 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
77 |
|
78 |
|
|
|
72 |
output8=gr.Image(label="Dreamlike Diffusion 1.0")
|
73 |
|
74 |
|
75 |
+
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output1],api_name="predict")
|
76 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
77 |
|
78 |
|