sheikhed commited on
Commit
49e56cb
·
verified ·
1 Parent(s): 71960ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ def create_interface():
229
  voices = get_voices()
230
 
231
  with gr.Blocks() as app:
232
- gr.Markdown("# Lipsync Video Generator")
233
  with gr.Row():
234
  with gr.Column():
235
  voice_dropdown = gr.Dropdown(choices=[v[0] for v in voices], label="Select Voice", value=voices[0][0] if voices else None)
 
229
  voices = get_voices()
230
 
231
  with gr.Blocks() as app:
232
+ gr.Markdown("# Generator")
233
  with gr.Row():
234
  with gr.Column():
235
  voice_dropdown = gr.Dropdown(choices=[v[0] for v in voices], label="Select Voice", value=voices[0][0] if voices else None)