Spaces:
Runtime error
Runtime error
Commit
·
204ccd1
1
Parent(s):
ed7b89b
Update app.py
Browse files
app.py
CHANGED
@@ -150,5 +150,4 @@ with gr.Blocks(theme=my_theme) as demo:
|
|
150 |
return final_vid
|
151 |
|
152 |
submit_btn.click(process_and_upload, inputs=inputs, outputs=[video_out])
|
153 |
-
demo.queue().launch(debug=True, share=True, inline=False)
|
154 |
-
%cd /content/temp
|
|
|
150 |
return final_vid
|
151 |
|
152 |
submit_btn.click(process_and_upload, inputs=inputs, outputs=[video_out])
|
153 |
+
demo.queue().launch(debug=True, share=True, inline=False)
|
|