Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ with iface:
|
|
154 |
''')
|
155 |
microphone = gr.Audio(sources="microphone", type="filepath")
|
156 |
upload = gr.Audio(sources="upload", type="filepath")
|
157 |
-
transcribe_btn = gr.Button("Transkriber)
|
158 |
|
159 |
with gr.Row():
|
160 |
with gr.Column(scale=3):
|
|
|
154 |
''')
|
155 |
microphone = gr.Audio(sources="microphone", type="filepath")
|
156 |
upload = gr.Audio(sources="upload", type="filepath")
|
157 |
+
transcribe_btn = gr.Button("Transkriber")
|
158 |
|
159 |
with gr.Row():
|
160 |
with gr.Column(scale=3):
|