Porjaz commited on
Commit
f1f7156
1 Parent(s): 47c8873

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -185,13 +185,13 @@ mic_transcribe_compare = gr.Interface(
185
  live=False,
186
  )
187
 
188
- file_transcribe_compare = gr.Interface(
189
- fn=return_prediction_with_device_compare,
190
- inputs=gr.Audio(sources="upload", type="filepath"),
191
- outputs=gr.Textbox(),
192
- allow_flagging="never",
193
- live=False
194
- )
195
 
196
 
197
  project_description = '''
@@ -241,8 +241,8 @@ with transcriber_app:
241
  # state = gr.State(value=[], delete_callback=lambda v: print("STATE DELETED"))
242
 
243
  gr.TabbedInterface(
244
- [mic_transcribe_compare, file_transcribe_compare],
245
- ["Споредба на модели", "file"],
246
  )
247
  state = gr.State(value=[], delete_callback=lambda v: print("STATE DELETED"))
248
 
 
185
  live=False,
186
  )
187
 
188
+ # file_transcribe_compare = gr.Interface(
189
+ # fn=return_prediction_with_device_compare,
190
+ # inputs=gr.Audio(sources="upload", type="filepath"),
191
+ # outputs=gr.Textbox(),
192
+ # allow_flagging="never",
193
+ # live=False
194
+ # )
195
 
196
 
197
  project_description = '''
 
241
  # state = gr.State(value=[], delete_callback=lambda v: print("STATE DELETED"))
242
 
243
  gr.TabbedInterface(
244
+ [mic_transcribe_compare],
245
+ ["Споредба на модели"],
246
  )
247
  state = gr.State(value=[], delete_callback=lambda v: print("STATE DELETED"))
248