mrfakename commited on
Commit
f2868a9
1 Parent(s): 358453b

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -788,4 +788,7 @@ def main(port, host, share, api):
788
 
789
 
790
  if __name__ == "__main__":
791
- app.queue().launch()
 
 
 
 
788
 
789
 
790
  if __name__ == "__main__":
791
+ if not USING_SPACES:
792
+ main()
793
+ else:
794
+ app.queue().launch()