Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -243,4 +243,4 @@ with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
|
243 |
triggers=[run_button.click, prompt.submit, prompt2.submit],
|
244 |
fn=run,inputs=[motion,prompt,prompt2,*result],outputs=result
|
245 |
)
|
246 |
-
demo.queue().launch()
|
|
|
243 |
triggers=[run_button.click, prompt.submit, prompt2.submit],
|
244 |
fn=run,inputs=[motion,prompt,prompt2,*result],outputs=result
|
245 |
)
|
246 |
+
demo.queue().launch()
|