thepianist9 commited on
Commit
b7f7507
1 Parent(s): 630d47c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -625,10 +625,6 @@ if __name__ == "__main__":
625
  tab_names = ["app", "image", "multi", "app_vits"],
626
  title = "Linly-Talker WebUI")
627
  demo.launch(share=True,
628
- # 似乎在Gradio4.0以上版本可以不使用证书也可以进行麦克风对话
629
- ssl_certfile=ssl_certfile,
630
- ssl_keyfile=ssl_keyfile,
631
- ssl_verify=False,
632
-
633
  debug=True,
634
  )
 
625
  tab_names = ["app", "image", "multi", "app_vits"],
626
  title = "Linly-Talker WebUI")
627
  demo.launch(share=True,
628
+ # 似乎在Gradio4.0以上版本可以不使用证书也可以进行麦
 
 
 
 
629
  debug=True,
630
  )