Spaces:
Paused
Paused
Amjad Hassoun
commited on
Commit
·
9170560
1
Parent(s):
4ffbe02
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,theme_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.value],
|
| 213 |
outputs=[cloned_out, video_out, npz_file, folder_path]
|
| 214 |
)
|
| 215 |
demo.queue(api_open=False, max_size=10).launch()
|