Spaces:
Runtime error
Runtime error
AkhilTolani
commited on
Commit
•
bb4ba70
1
Parent(s):
2029e38
Update app.py
Browse files
app.py
CHANGED
@@ -65,9 +65,9 @@ default_seed = "456"
|
|
65 |
interface = gr.Interface(
|
66 |
fn=generate_audio,
|
67 |
inputs=[
|
68 |
-
gr.Textbox(label="Prompt",
|
69 |
-
gr.Textbox(label="Description",
|
70 |
-
gr.Textbox(label="Seed",
|
71 |
],
|
72 |
outputs=gr.Audio(label="Generated Audio"),
|
73 |
title="Parler TTS Audio Generation",
|
|
|
65 |
interface = gr.Interface(
|
66 |
fn=generate_audio,
|
67 |
inputs=[
|
68 |
+
gr.Textbox(label="Prompt", value=default_prompt),
|
69 |
+
gr.Textbox(label="Description", value=default_description),
|
70 |
+
gr.Textbox(label="Seed", value=default_seed)
|
71 |
],
|
72 |
outputs=gr.Audio(label="Generated Audio"),
|
73 |
title="Parler TTS Audio Generation",
|