Yushen CHEN
commited on
Commit
·
beab389
1
Parent(s):
1e59be7
Update infer_gradio.py; formatting-1
Browse files
src/f5_tts/infer/infer_gradio.py
CHANGED
@@ -843,6 +843,7 @@ def main(port, host, share, api, root_path):
|
|
843 |
print("Starting app...")
|
844 |
app.queue(api_open=api).launch(server_name=host, server_port=port, share=share, show_api=api, root_path=root_path)
|
845 |
|
|
|
846 |
if __name__ == "__main__":
|
847 |
if not USING_SPACES:
|
848 |
main()
|
|
|
843 |
print("Starting app...")
|
844 |
app.queue(api_open=api).launch(server_name=host, server_port=port, share=share, show_api=api, root_path=root_path)
|
845 |
|
846 |
+
|
847 |
if __name__ == "__main__":
|
848 |
if not USING_SPACES:
|
849 |
main()
|