Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
ff725f8
1
Parent(s):
6723073
Update app.py
Browse files
app.py
CHANGED
@@ -104,4 +104,4 @@ with gr.Blocks() as myface:
|
|
104 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
105 |
|
106 |
myface.queue(concurrency_count=16)
|
107 |
-
myface.launch(enable_queue=
|
|
|
104 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
105 |
|
106 |
myface.queue(concurrency_count=16)
|
107 |
+
myface.launch(enable_queue=False, inline=True)
|