csukuangfj
commited on
Commit
•
7b9ff19
1
Parent(s):
03b48c7
small fixes
Browse files
app.py
CHANGED
@@ -145,7 +145,6 @@ with demo:
|
|
145 |
show_share_button=True,
|
146 |
)
|
147 |
upload_button = gr.Button("Submit for recognition")
|
148 |
-
video_output_for_upload = gr.Video(label="Output")
|
149 |
uploaded_output = gr.Textbox(label="Recognized speech from uploaded file")
|
150 |
uploaded_html_info = gr.HTML(label="Info")
|
151 |
|
|
|
145 |
show_share_button=True,
|
146 |
)
|
147 |
upload_button = gr.Button("Submit for recognition")
|
|
|
148 |
uploaded_output = gr.Textbox(label="Recognized speech from uploaded file")
|
149 |
uploaded_html_info = gr.HTML(label="Info")
|
150 |
|