Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks(css=css) as demo:
|
|
209 |
|
210 |
submit_btn.click(
|
211 |
fn=infer,
|
212 |
-
inputs=[script_text, micro_in, script_type_dropdown,
|
213 |
outputs=[cloned_out, video_out, npz_file, folder_path]
|
214 |
)
|
215 |
demo.queue(api_open=False, max_size=10).launch()
|
|
|
209 |
|
210 |
submit_btn.click(
|
211 |
fn=infer,
|
212 |
+
inputs=[script_text, micro_in, script_type_dropdown, theme_dropdown], # Pass theme_output
|
213 |
outputs=[cloned_out, video_out, npz_file, folder_path]
|
214 |
)
|
215 |
demo.queue(api_open=False, max_size=10).launch()
|