naveenk-ai commited on
Commit
263170c
·
verified ·
1 Parent(s): 8e7ba07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def predict(prompt, style, audio_file_pth, tau):
61
  # Gradio interface
62
  def create_demo():
63
  with gr.Blocks() as demo:
64
- gr.Markdown("# OpenVoice: Instant Voice Cloning with fine-tuning")
65
 
66
  with gr.Row():
67
  input_text = gr.Textbox(label="Text to speak", placeholder="Enter text here (2-200 characters)")
 
61
  # Gradio interface
62
  def create_demo():
63
  with gr.Blocks() as demo:
64
+ gr.Markdown("# OpenVoice: Instant Voice Cloning With Fine-Tuning")
65
 
66
  with gr.Row():
67
  input_text = gr.Textbox(label="Text to speak", placeholder="Enter text here (2-200 characters)")