Spaces:
Runtime error
Runtime error
HeliosZhao
commited on
Commit
•
c57315b
1
Parent(s):
bffea8e
update shared
Browse files
app.py
CHANGED
@@ -339,4 +339,4 @@ with gr.Blocks(css='style.css') as demo:
|
|
339 |
prompt.submit(fn=pipe.run, inputs=inputs, outputs=result)
|
340 |
run_button.click(fn=pipe.run, inputs=inputs, outputs=result)
|
341 |
|
342 |
-
demo.queue().launch(
|
|
|
339 |
prompt.submit(fn=pipe.run, inputs=inputs, outputs=result)
|
340 |
run_button.click(fn=pipe.run, inputs=inputs, outputs=result)
|
341 |
|
342 |
+
demo.queue().launch()
|