hanstyle commited on
Commit
d831cb5
1 Parent(s): 1aa57e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ demo = gr.Interface(
41
  )
42
 
43
  if __name__ == "__main__":
44
- demo.launch(server_port=8800, server_name="0.0.0.0", root_path="/tts")
 
41
  )
42
 
43
  if __name__ == "__main__":
44
+ demo.launch()