Spaces:
Build error
Build error
update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,8 @@ with app :
|
|
| 121 |
outputs=[audio_output],
|
| 122 |
fn=generateAudio)
|
| 123 |
|
| 124 |
-
app.launch(share=True)
|
|
|
|
| 125 |
|
| 126 |
# gr.Markdown("通过提问,然后输出结果是语音\n 加载文本,然后根据文本的内容回答问题")
|
| 127 |
|
|
@@ -137,4 +138,4 @@ app.launch(share=True)
|
|
| 137 |
|
| 138 |
# app.launch(server_name="0.0.0.0", server_port=7865, share=True)
|
| 139 |
# app.launch(share=True)
|
| 140 |
-
# app.launch()
|
|
|
|
| 121 |
outputs=[audio_output],
|
| 122 |
fn=generateAudio)
|
| 123 |
|
| 124 |
+
#app.launch(share=True)
|
| 125 |
+
app.launch()
|
| 126 |
|
| 127 |
# gr.Markdown("通过提问,然后输出结果是语音\n 加载文本,然后根据文本的内容回答问题")
|
| 128 |
|
|
|
|
| 138 |
|
| 139 |
# app.launch(server_name="0.0.0.0", server_port=7865, share=True)
|
| 140 |
# app.launch(share=True)
|
| 141 |
+
# app.launch()
|