Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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 |
|