Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -324,6 +324,7 @@ def app():
|
|
324 |
with gr.TabItem('数字人问答'):
|
325 |
gen_video = gr.Video(label="生成视频", format="mp4", scale=1, autoplay=False)
|
326 |
video_button = gr.Button("提交视频生成", variant='primary')
|
|
|
327 |
video_button.click(fn=Talker_response,inputs=[question_audio, method, input_text,voice, rate, volume, pitch, batch_size, character],outputs=[gen_video])
|
328 |
|
329 |
with gr.Row():
|
|
|
324 |
with gr.TabItem('数字人问答'):
|
325 |
gen_video = gr.Video(label="生成视频", format="mp4", scale=1, autoplay=False)
|
326 |
video_button = gr.Button("提交视频生成", variant='primary')
|
327 |
+
print(question_audio, method, input_text,voice, rate, volume, pitch, batch_size, character)
|
328 |
video_button.click(fn=Talker_response,inputs=[question_audio, method, input_text,voice, rate, volume, pitch, batch_size, character],outputs=[gen_video])
|
329 |
|
330 |
with gr.Row():
|