artificialguybr commited on
Commit
584449f
β€’
1 Parent(s): b062f63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ iface = gr.Interface(
161
  gr.Checkbox(
162
  label="Video has a close-up face",
163
  value=False,
164
- info="Say if video have close-up face. For Wav2lip. Will not work if checked wrongly."
165
  ],
166
  outputs=gr.Video(),
167
  live=False,
 
161
  gr.Checkbox(
162
  label="Video has a close-up face",
163
  value=False,
164
+ info="Say if video have close-up face. For Wav2lip. Will not work if checked wrongly.")
165
  ],
166
  outputs=gr.Video(),
167
  live=False,