jbilcke-hf HF staff commited on
Commit
0e4418a
1 Parent(s): 863fee8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,4 +160,4 @@ with gr.Blocks() as demo:
160
  outputs=output_video_base64,
161
  )
162
 
163
- app.queue(max_size=12).launch(show_api=True)
 
160
  outputs=output_video_base64,
161
  )
162
 
163
+ demo.queue(max_size=12).launch(show_api=True)