JackWong0911 commited on
Commit
2bc7d95
1 Parent(s): 44538fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -618,5 +618,7 @@ gr.Interface(
618
  ),
619
  allow_flagging=False,
620
  allow_screenshot=False,
621
- share=True
 
 
622
  ).launch()
 
618
  ),
619
  allow_flagging=False,
620
  allow_screenshot=False,
621
+ share=True,
622
+ batch=True,
623
+ max_batch_size=16,
624
  ).launch()