pengdaqian commited on
Commit
aeeccfe
·
1 Parent(s): 9c5a76d
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -344,8 +344,6 @@ def main():
344
  vc_search.click(auto_search, [vc_input2], [vc_output1, vc_input3])
345
  vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
346
 
347
- app.set_on_close(on_close)
348
-
349
  app.queue(max_size=3, api_open=False).launch()
350
  except KeyboardInterrupt:
351
  app.close()
 
344
  vc_search.click(auto_search, [vc_input2], [vc_output1, vc_input3])
345
  vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
346
 
 
 
347
  app.queue(max_size=3, api_open=False).launch()
348
  except KeyboardInterrupt:
349
  app.close()