Rausda6 commited on
Commit
9e65d57
·
verified ·
1 Parent(s): 634b7d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -767,5 +767,9 @@ def create_interface():
767
  outputs=[output_audio, log_output],
768
  show_progress=True
769
  )
770
-
 
 
 
 
771
 
 
767
  outputs=[output_audio, log_output],
768
  show_progress=True
769
  )
770
+ demo.launch()
771
+
772
+ if __name__ == "__main__":
773
+ main()
774
+
775