Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
eabf68e
1
Parent(s):
37c9fb7
Update app.py
Browse files
app.py
CHANGED
@@ -117,3 +117,5 @@ with gr.Blocks() as myface:
|
|
117 |
run.click(send_it7, inputs=[prompt, noise_level], outputs=[output7])
|
118 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
119 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
|
|
|
|
|
117 |
run.click(send_it7, inputs=[prompt, noise_level], outputs=[output7])
|
118 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
119 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
120 |
+
|
121 |
+
myface.launch()
|