Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,6 @@ with gr.Blocks() as myface:
|
|
150 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
151 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
152 |
|
153 |
-
myface = gr.Interface(fn=send_it1, inputs="text", outputs="text")
|
154 |
myface.launch(inline=True)
|
155 |
myface.queue(concurrency_count=30,status_update_rate=1)
|
156 |
reset_queue_thread.join()
|
|
|
150 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
151 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
152 |
|
|
|
153 |
myface.launch(inline=True)
|
154 |
myface.queue(concurrency_count=30,status_update_rate=1)
|
155 |
reset_queue_thread.join()
|