Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -70,5 +70,5 @@ inputs = [
|
|
70 |
|
71 |
outputs = gr.outputs.Audio(label="合成音频")
|
72 |
|
73 |
-
interface = gr.Interface(fn=run_tts, inputs=inputs, outputs=outputs, title="
|
74 |
-
|
|
|
70 |
|
71 |
outputs = gr.outputs.Audio(label="合成音频")
|
72 |
|
73 |
+
interface = gr.Interface(fn=run_tts, inputs=inputs, outputs=outputs, title="中文文本转语音")
|
74 |
+
interface.launch()
|