Spaces:
Running
Running
eaysu
commited on
Commit
·
c0ccddc
1
Parent(s):
3b4845e
header changed
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def generate_speech(text, model_name, voice_preset):
|
|
55 |
|
56 |
# Gradio app setup
|
57 |
with gr.Blocks() as app:
|
58 |
-
gr.Markdown("#
|
59 |
|
60 |
# Textbox for user input
|
61 |
text_input = gr.Textbox(label="Enter Text", placeholder="Type something to synthesize...")
|
|
|
55 |
|
56 |
# Gradio app setup
|
57 |
with gr.Blocks() as app:
|
58 |
+
gr.Markdown("# Turkish Text-to-Speech with Bark")
|
59 |
|
60 |
# Textbox for user input
|
61 |
text_input = gr.Textbox(label="Enter Text", placeholder="Type something to synthesize...")
|