Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
c90d10a
1
Parent(s):
4848687
fix
Browse files
app.py
CHANGED
@@ -342,7 +342,4 @@ 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.launch(
|
346 |
-
debug=True,
|
347 |
-
show_error=True,
|
348 |
-
)
|
|
|
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()
|
|
|
|
|
|