Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,8 @@ def main():
|
|
60 |
device = "cuda"
|
61 |
else:
|
62 |
device = "cpu"
|
63 |
-
|
|
|
64 |
with gr.Blocks(analytics_enabled=False) as interface:
|
65 |
with gr.Row():
|
66 |
gr.Markdown(
|
@@ -74,8 +75,6 @@ def main():
|
|
74 |
</div>
|
75 |
"""
|
76 |
)
|
77 |
-
driven_audio_type = gr.Textbox(value="upload", visible=False)
|
78 |
-
reference_audio_type = gr.Textbox(value="upload", visible=False)
|
79 |
with gr.Row():
|
80 |
with gr.Column(variant="panel"):
|
81 |
with gr.Tabs(elem_id="kdtalker_source_image"):
|
|
|
60 |
device = "cuda"
|
61 |
else:
|
62 |
device = "cpu"
|
63 |
+
driven_audio_type = gr.Textbox(value="upload", visible=False)
|
64 |
+
reference_audio_type = gr.Textbox(value="upload", visible=False)
|
65 |
with gr.Blocks(analytics_enabled=False) as interface:
|
66 |
with gr.Row():
|
67 |
gr.Markdown(
|
|
|
75 |
</div>
|
76 |
"""
|
77 |
)
|
|
|
|
|
78 |
with gr.Row():
|
79 |
with gr.Column(variant="panel"):
|
80 |
with gr.Tabs(elem_id="kdtalker_source_image"):
|