fffiloni commited on
Commit
64f565f
·
verified ·
1 Parent(s): 0e78203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(css=css) as demo:
115
 
116
  with gr.Row():
117
  with gr.Column():
118
- face_in = gr.Image(type="filepath", label="Face to copy")
119
  with gr.Column():
120
  with gr.Row():
121
  camera_shot = gr.Dropdown(
 
115
 
116
  with gr.Row():
117
  with gr.Column():
118
+ face_in = gr.Image(type="filepath", label="Face to copy", value="monalisa.png")
119
  with gr.Column():
120
  with gr.Row():
121
  camera_shot = gr.Dropdown(