Spaces:
Runtime error
Runtime error
Update app.py
#1
by
lintonxue00
- opened
app.py
CHANGED
@@ -253,4 +253,4 @@ if __name__ == "__main__":
|
|
253 |
outputs=[text_output, audio_output],
|
254 |
fn=tts_fn
|
255 |
)
|
256 |
-
app.queue(concurrency_count=3).launch(show_api=
|
|
|
253 |
outputs=[text_output, audio_output],
|
254 |
fn=tts_fn
|
255 |
)
|
256 |
+
app.queue(concurrency_count=3).launch(show_api=true, share=args.share)
|