Spaces:
Paused
Paused
Commit
·
b078254
1
Parent(s):
c99ca6b
Fix language selection code
Browse files
app.py
CHANGED
@@ -149,10 +149,6 @@ with block:
|
|
149 |
list(languages.keys()), value="auto", label="Taal", info="Taal van de gesproken tekst. Auto voor automatische detectie."
|
150 |
)
|
151 |
|
152 |
-
print(language_long_name)
|
153 |
-
print(language_long_name.value)
|
154 |
-
print(language_long_name.value())
|
155 |
-
|
156 |
btn = gr.Button("Transcribeer")
|
157 |
text = gr.Textbox(show_label=False, elem_id="result-textarea")
|
158 |
with gr.Group(elem_id="share-btn-container"):
|
|
|
149 |
list(languages.keys()), value="auto", label="Taal", info="Taal van de gesproken tekst. Auto voor automatische detectie."
|
150 |
)
|
151 |
|
|
|
|
|
|
|
|
|
152 |
btn = gr.Button("Transcribeer")
|
153 |
text = gr.Textbox(show_label=False, elem_id="result-textarea")
|
154 |
with gr.Group(elem_id="share-btn-container"):
|