Spaces:
Build error
Build error
T.Masuda commited on
Commit ·
d8f801c
1
Parent(s): 0caa559
update app
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
|
@@ -41,6 +41,6 @@ app = gr.Interface(
|
|
| 41 |
gr.Label(label='scores'),
|
| 42 |
],
|
| 43 |
allow_flagging='never',
|
|
|
|
| 44 |
)
|
| 45 |
-
app.queue(concurrency_count=20)
|
| 46 |
app.launch()
|
|
|
|
| 41 |
gr.Label(label='scores'),
|
| 42 |
],
|
| 43 |
allow_flagging='never',
|
| 44 |
+
concurrency_limit=20,
|
| 45 |
)
|
|
|
|
| 46 |
app.launch()
|
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
scipy < 1.13.0
|
| 3 |
+
gensim
|