Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -158,9 +158,9 @@ with block:
|
|
158 |
|
159 |
btn = gr.Button("Transcribe")
|
160 |
|
161 |
-
lang_str = gr.Textbox(
|
162 |
|
163 |
-
text = gr.Textbox(
|
164 |
|
165 |
|
166 |
|
|
|
158 |
|
159 |
btn = gr.Button("Transcribe")
|
160 |
|
161 |
+
lang_str = gr.Textbox(label="language")
|
162 |
|
163 |
+
text = gr.Textbox(label="Transcription")
|
164 |
|
165 |
|
166 |
|