Spaces:
Runtime error
Runtime error
naveenk-ai
commited on
Commit
•
738d339
1
Parent(s):
2bad5ad
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 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)")
|