Hematej commited on
Commit
a9c8950
·
verified ·
1 Parent(s): 3348872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ iface = gr.Interface(
57
  gr.Audio(type='filepath', label='Voice reference audio file')
58
  ],
59
  outputs=gr.Audio(type='filepath'),
60
- title='Voice Clone",
61
  flagging_mode="never",
62
  cache_examples=False,
63
  theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate"),
 
57
  gr.Audio(type='filepath', label='Voice reference audio file')
58
  ],
59
  outputs=gr.Audio(type='filepath'),
60
+ title="Voice Clone",
61
  flagging_mode="never",
62
  cache_examples=False,
63
  theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate"),