Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
4848687
1
Parent(s):
2f8d98c
fix
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🏃
|
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.28.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
app.py
CHANGED
@@ -342,11 +342,7 @@ with app:
|
|
342 |
vc_search.click(auto_search, [vc_input2], [vc_output1, vc_input3])
|
343 |
vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
|
344 |
|
345 |
-
app.
|
346 |
-
concurrency_count=2,
|
347 |
-
max_size=30,
|
348 |
-
api_open=False
|
349 |
-
).launch(
|
350 |
debug=True,
|
351 |
-
|
352 |
)
|
|
|
342 |
vc_search.click(auto_search, [vc_input2], [vc_output1, vc_input3])
|
343 |
vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
|
344 |
|
345 |
+
app.launch(
|
|
|
|
|
|
|
|
|
346 |
debug=True,
|
347 |
+
show_error=True,
|
348 |
)
|