devilent2 commited on
Commit
0f7bc3d
1 Parent(s): 4c609c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  )