Spaces:
Runtime error
Runtime error
MarkoVidrih
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks() as demo:
|
|
51 |
""")
|
52 |
with gr.Row():
|
53 |
with gr.Column():
|
54 |
-
image_in = gr.Image(label="Portrait IN", type="filepath", value="./
|
55 |
with gr.Column():
|
56 |
voice = gr.Audio(type="filepath", label="Upload or Record Speaker audio (Optional voice cloning)")
|
57 |
text = gr.Textbox(label="text")
|
|
|
51 |
""")
|
52 |
with gr.Row():
|
53 |
with gr.Column():
|
54 |
+
image_in = gr.Image(label="Portrait IN", type="filepath", value="./creatus.jpg")
|
55 |
with gr.Column():
|
56 |
voice = gr.Audio(type="filepath", label="Upload or Record Speaker audio (Optional voice cloning)")
|
57 |
text = gr.Textbox(label="text")
|