Spaces:
Paused
Paused
fix
Browse files
app.py
CHANGED
|
@@ -794,7 +794,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 794 |
session_id, # Update the session ID
|
| 795 |
recent_gallery, # Update the gallery
|
| 796 |
],
|
| 797 |
-
api_name="generate",
|
|
|
|
| 798 |
max_batch_size=10, # Process up to 10 requests at once
|
| 799 |
concurrency_limit=20, # Allow up to 20 concurrent requests
|
| 800 |
concurrency_id="generation", # Group concurrent requests under this ID
|
|
|
|
| 794 |
session_id, # Update the session ID
|
| 795 |
recent_gallery, # Update the gallery
|
| 796 |
],
|
| 797 |
+
# api_name="generate",
|
| 798 |
+
api_name=False,
|
| 799 |
max_batch_size=10, # Process up to 10 requests at once
|
| 800 |
concurrency_limit=20, # Allow up to 20 concurrent requests
|
| 801 |
concurrency_id="generation", # Group concurrent requests under this ID
|