kanslor821 commited on
Commit
21324a6
1 Parent(s): 718b3f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -164,8 +164,8 @@ demo = gr.Interface(
164
  do_smth,
165
  gr.Audio(type="filepath"),
166
  [
167
- gr.Textbox(value=1, label="Исходный текст"),
168
- gr.Textbox(value=1, label="Сокращенный текст")
169
  ]
170
  )
171
  demo.launch()
 
164
  do_smth,
165
  gr.Audio(type="filepath"),
166
  [
167
+ gr.Textbox(value="", label="Исходный текст"),
168
+ gr.Textbox(value="", label="Сокращенный текст")
169
  ]
170
  )
171
  demo.launch()