Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks() as blocks:
|
|
28 |
+ "</h1>")
|
29 |
with gr.Row():# equal_height=False
|
30 |
with gr.Column():# variant="panel"
|
31 |
-
textbox = gr.Textbox(label="Input")
|
32 |
with gr.Row():# mobile_collapse=False
|
33 |
submit = gr.Button("Submit", variant="primary")
|
34 |
audio = gr.Audio('temp_file.wav', label="Generated Audio (wav)", type='filepath', autoplay=False)
|
|
|
28 |
+ "</h1>")
|
29 |
with gr.Row():# equal_height=False
|
30 |
with gr.Column():# variant="panel"
|
31 |
+
textbox = gr.Textbox(label="Input", value = "Cześć, co chciałbyś abym Ci przeczytał?")
|
32 |
with gr.Row():# mobile_collapse=False
|
33 |
submit = gr.Button("Submit", variant="primary")
|
34 |
audio = gr.Audio('temp_file.wav', label="Generated Audio (wav)", type='filepath', autoplay=False)
|