Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -206,8 +206,7 @@ base_transcribe= gr.Interface(
|
|
| 206 |
grmodel_textbox_64,
|
| 207 |
],
|
| 208 |
outputs=groutputs_64,
|
| 209 |
-
)
|
| 210 |
-
],
|
| 211 |
|
| 212 |
|
| 213 |
demo = gr.Blocks()
|
|
@@ -217,6 +216,7 @@ with demo:
|
|
| 217 |
tabbed_interface = gr.TabbedInterface(
|
| 218 |
[
|
| 219 |
mf_transcribe,
|
|
|
|
| 220 |
],
|
| 221 |
["Audio", "Base64 Audio"],
|
| 222 |
)
|
|
|
|
| 206 |
grmodel_textbox_64,
|
| 207 |
],
|
| 208 |
outputs=groutputs_64,
|
| 209 |
+
)
|
|
|
|
| 210 |
|
| 211 |
|
| 212 |
demo = gr.Blocks()
|
|
|
|
| 216 |
tabbed_interface = gr.TabbedInterface(
|
| 217 |
[
|
| 218 |
mf_transcribe,
|
| 219 |
+
base_transcribe
|
| 220 |
],
|
| 221 |
["Audio", "Base64 Audio"],
|
| 222 |
)
|