Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
9c2b296
1
Parent(s):
b6ed45a
fix
Browse files
app.py
CHANGED
@@ -343,7 +343,7 @@ def main():
|
|
343 |
vc_search.click(auto_search, [vc_input2], [vc_output1, vc_input3])
|
344 |
vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
|
345 |
|
346 |
-
app.
|
347 |
except KeyboardInterrupt:
|
348 |
app.close()
|
349 |
sys.exit(0)
|
|
|
343 |
vc_search.click(auto_search, [vc_input2], [vc_output1, vc_input3])
|
344 |
vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
|
345 |
|
346 |
+
app.launch(server_port=6006)
|
347 |
except KeyboardInterrupt:
|
348 |
app.close()
|
349 |
sys.exit(0)
|