Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def sadtalker_demo():
|
|
| 55 |
with gr.Tabs(elem_id="sadtalker_source_image"):
|
| 56 |
with gr.TabItem('Source image'):
|
| 57 |
with gr.Row():
|
| 58 |
-
source_image = gr.Image(label="Source image",
|
| 59 |
|
| 60 |
|
| 61 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|
|
|
|
| 55 |
with gr.Tabs(elem_id="sadtalker_source_image"):
|
| 56 |
with gr.TabItem('Source image'):
|
| 57 |
with gr.Row():
|
| 58 |
+
source_image = gr.Image(label="Source image", sources=["upload"], type="filepath", elem_id="img2img_image") # .style(width=512)
|
| 59 |
|
| 60 |
|
| 61 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|