ehristoforu commited on
Commit
6b3775a
·
1 Parent(s): 34f8278

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -15,4 +15,4 @@ tts_demo = gr.load(
15
  demo = tts_demo
16
 
17
  if __name__ == "__main__":
18
- demo.launchs(show_api=False)
 
15
  demo = tts_demo
16
 
17
  if __name__ == "__main__":
18
+ demo.launch(show_api=False)