naveenk-ai
commited on
Update app.py
Browse files
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
|
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)")
|