TheStinger commited on
Commit
22378df
1 Parent(s): f5ede1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1552,7 +1552,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose")
1552
  with gr.Accordion('Wav2Lip', open=False, visible=False):
1553
  with gr.Row():
1554
  size = gr.Radio(label='Resolution:',choices=['Half','Full'])
1555
- face = gr.UploadButton("Upload A Character",type='file')
1556
  faces = gr.Dropdown(label="OR Choose one:", choices=['None','Ben Shapiro','Andrew Tate'])
1557
  with gr.Row():
1558
  preview = gr.Textbox(label="Status:",interactive=False)
 
1552
  with gr.Accordion('Wav2Lip', open=False, visible=False):
1553
  with gr.Row():
1554
  size = gr.Radio(label='Resolution:',choices=['Half','Full'])
1555
+ face = gr.UploadButton("Upload A Character",type='filepath')
1556
  faces = gr.Dropdown(label="OR Choose one:", choices=['None','Ben Shapiro','Andrew Tate'])
1557
  with gr.Row():
1558
  preview = gr.Textbox(label="Status:",interactive=False)