Shamik88 commited on
Commit
4a74b63
·
1 Parent(s): 773ae40

new test shamik 5

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -795,13 +795,13 @@ This is a local web UI for TTS with advanced batch processing support. This app
795
  def main(port, host, share, api):
796
  global app
797
  print(f"Starting app...")
798
- app.queue(api_open=api).launch(
799
- server_name=host, server_port=port, share=share, show_api=api
800
- )
801
 
802
 
803
  if __name__ == "__main__":
804
  if not USING_SPACES:
805
  main()
806
  else:
807
- app.queue().launch()
 
795
  def main(port, host, share, api):
796
  global app
797
  print(f"Starting app...")
798
+
799
+ # app.queue(api_open=api).launch(server_name=host, server_port=port, share=share, show_api=api)
800
+ app.queue(api_open=api).launch(show_api=api)
801
 
802
 
803
  if __name__ == "__main__":
804
  if not USING_SPACES:
805
  main()
806
  else:
807
+ app.queue(api_open=True).launch(show_api=True)