Spaces:
Runtime error
Runtime error
kanslor821
commited on
Commit
•
21324a6
1
Parent(s):
718b3f9
Update app.py
Browse files
app.py
CHANGED
@@ -164,8 +164,8 @@ demo = gr.Interface(
|
|
164 |
do_smth,
|
165 |
gr.Audio(type="filepath"),
|
166 |
[
|
167 |
-
gr.Textbox(value=
|
168 |
-
gr.Textbox(value=
|
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()
|