Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 90% !i
|
|
213 |
with gr.Row(variant="panel"):
|
214 |
with gr.Column(scale=1):
|
215 |
with gr.Row():
|
216 |
-
source_image = gr.Image(label="Source Image", type="filepath", value="src/examples/reference_images/
|
217 |
|
218 |
with gr.Row():
|
219 |
driving_audio = gr.Audio(
|
|
|
213 |
with gr.Row(variant="panel"):
|
214 |
with gr.Column(scale=1):
|
215 |
with gr.Row():
|
216 |
+
source_image = gr.Image(label="Source Image", type="filepath", value="src/examples/reference_images/7.jpg")
|
217 |
|
218 |
with gr.Row():
|
219 |
driving_audio = gr.Audio(
|