Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -196,14 +196,6 @@ with demo:
|
|
196 |
tabbed_interface = gr.TabbedInterface(
|
197 |
[
|
198 |
mf_transcribe,
|
199 |
-
gr.Interface(
|
200 |
-
fn=handle_base64_audio,
|
201 |
-
inputs=[
|
202 |
-
gr.Textbox(label="Base64 Audio Data URL", placeholder="Enter the base64 audio data URL"),
|
203 |
-
grmodel_textbox,
|
204 |
-
],
|
205 |
-
outputs=groutputs,
|
206 |
-
),
|
207 |
],
|
208 |
["Audio", "Base64 Audio"],
|
209 |
)
|
|
|
196 |
tabbed_interface = gr.TabbedInterface(
|
197 |
[
|
198 |
mf_transcribe,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
],
|
200 |
["Audio", "Base64 Audio"],
|
201 |
)
|