chenjgtea
commited on
Commit
•
c29d813
1
Parent(s):
634d8f4
change
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ colorTo: blue
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.19.1
|
8 |
app_file: app.py
|
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
duplicated_from: nisluQnaga/vits_chinese
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.19.1
|
8 |
app_file: app.py
|
9 |
+
app_port: 7080
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
duplicated_from: nisluQnaga/vits_chinese
|
app.py
CHANGED
@@ -105,4 +105,4 @@ if __name__ == "__main__":
|
|
105 |
outputs=[text_output, audio_output],
|
106 |
fn=tts_calback
|
107 |
)
|
108 |
-
app.queue(concurrency_count=3).launch(show_api=False, share=args.share)
|
|
|
105 |
outputs=[text_output, audio_output],
|
106 |
fn=tts_calback
|
107 |
)
|
108 |
+
app.queue(concurrency_count=3).launch(show_api=False, share=args.share,server_port=7080)
|