MarkoVidrih commited on
Commit
0974d7a
·
verified ·
1 Parent(s): b45ce48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="./einstein.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")
 
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")