Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,10 @@ def main():
|
|
91 |
|
92 |
generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
|
93 |
|
94 |
-
demo.launch(
|
|
|
|
|
|
|
95 |
|
96 |
|
97 |
if __name__ == "__main__":
|
|
|
91 |
|
92 |
generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
|
93 |
|
94 |
+
demo.launch(
|
95 |
+
share=True,
|
96 |
+
show_api=True
|
97 |
+
)
|
98 |
|
99 |
|
100 |
if __name__ == "__main__":
|