Spaces:
Runtime error
Runtime error
updates
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -104,4 +104,4 @@ with gr.Blocks(fill_height=True) as demo:
|
|
104 |
|
105 |
|
106 |
if __name__ == "__main__":
|
107 |
-
demo.queue(api_open=False).launch(show_api=False)
|
|
|
104 |
|
105 |
|
106 |
if __name__ == "__main__":
|
107 |
+
demo.queue(api_open=False, default_concurrency_limit=5).launch(show_api=False)
|
requirements.txt
CHANGED
@@ -307,7 +307,7 @@ pyyaml==6.0.2
|
|
307 |
# huggingface-hub
|
308 |
replicate==1.0.4
|
309 |
# via replicate-gradio
|
310 |
-
replicate-gradio @ git+https://github.com/AK391/replicate-gradio.git@
|
311 |
# via anychat (pyproject.toml)
|
312 |
requests==2.32.3
|
313 |
# via
|
|
|
307 |
# huggingface-hub
|
308 |
replicate==1.0.4
|
309 |
# via replicate-gradio
|
310 |
+
replicate-gradio @ git+https://github.com/AK391/replicate-gradio.git@8ccfdc444469efc6df2b92335b00266be1695fa1
|
311 |
# via anychat (pyproject.toml)
|
312 |
requests==2.32.3
|
313 |
# via
|