Spaces:
Runtime error
Runtime error
Commit
Β·
b5b2be2
1
Parent(s):
4710579
Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ with block:
|
|
241 |
default="Sentiment Only"
|
242 |
)
|
243 |
|
244 |
-
|
245 |
|
246 |
lang_str = gr.Textbox(label="Language")
|
247 |
|
|
|
241 |
default="Sentiment Only"
|
242 |
)
|
243 |
|
244 |
+
btn = gr.Button("Transcribe")
|
245 |
|
246 |
lang_str = gr.Textbox(label="Language")
|
247 |
|