Spaces:
Edmond98
/
Running on A100

vineelpratap commited on
Commit
bc4cc75
1 Parent(s): fa33ff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ mms_identify = gr.Interface(
70
  # )
71
 
72
  tabbed_interface = gr.TabbedInterface(
73
- [mms_transcribe, mms_identify],
74
- ["Speech-to-text", "Language Identification"],
75
  )
76
 
77
  with gr.Blocks() as demo:
 
70
  # )
71
 
72
  tabbed_interface = gr.TabbedInterface(
73
+ [ mms_identify],
74
+ ["Language Identification"],
75
  )
76
 
77
  with gr.Blocks() as demo: