new test shamik 5
Browse files
app.py
CHANGED
@@ -795,13 +795,13 @@ This is a local web UI for TTS with advanced batch processing support. This app
|
|
795 |
def main(port, host, share, api):
|
796 |
global app
|
797 |
print(f"Starting app...")
|
798 |
-
|
799 |
-
|
800 |
-
)
|
801 |
|
802 |
|
803 |
if __name__ == "__main__":
|
804 |
if not USING_SPACES:
|
805 |
main()
|
806 |
else:
|
807 |
-
app.queue().launch()
|
|
|
795 |
def main(port, host, share, api):
|
796 |
global app
|
797 |
print(f"Starting app...")
|
798 |
+
|
799 |
+
# app.queue(api_open=api).launch(server_name=host, server_port=port, share=share, show_api=api)
|
800 |
+
app.queue(api_open=api).launch(show_api=api)
|
801 |
|
802 |
|
803 |
if __name__ == "__main__":
|
804 |
if not USING_SPACES:
|
805 |
main()
|
806 |
else:
|
807 |
+
app.queue(api_open=True).launch(show_api=True)
|