Aspik101 commited on
Commit
32a15fc
1 Parent(s): fb16495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)