product2204 commited on
Commit
822ab4f
1 Parent(s): cda07c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,5 +43,5 @@ iface = gr.Interface(fn=tts_process,
43
  description="Upload a transcript text file and a voice file to clone the voice and generate speech.")
44
 
45
  # Execute only if run as a script
46
- if __name__ == "__main__":
47
  iface.launch(share=True)
 
43
  description="Upload a transcript text file and a voice file to clone the voice and generate speech.")
44
 
45
  # Execute only if run as a script
46
+ if __name__ == "__app__":
47
  iface.launch(share=True)