Rajkumar Pramanik "RJproz commited on
Commit
495ab87
·
1 Parent(s): addce1d
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +3 -2
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -316,6 +316,7 @@ with gr.Blocks(title="Maya1 - Open Source Emotional TTS", theme=gr.themes.Soft()
316
  api_name="generate_speech"
317
  )
318
 
319
- if __name__ == "__main__":
320
- demo.queue().launch(True)
 
321
 
 
316
  api_name="generate_speech"
317
  )
318
 
319
+
320
+ demo.queue().launch()
321
+
322