jophex commited on
Commit
8f6f64f
·
verified ·
1 Parent(s): 7a61aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ model_interface.title = "Advertisement Companion"
27
  model_interface.description = "Ask anything about advertising. Get professional advice and tips!"
28
 
29
  # Launch the model with batch processing
30
- model_interface.queue(max_batch_size=50).launch(share=True)
31
 
32
 
33
 
 
27
  model_interface.description = "Ask anything about advertising. Get professional advice and tips!"
28
 
29
  # Launch the model with batch processing
30
+ model_interface.queue(max_size=50).launch(share=True)
31
 
32
 
33