Spaces:
Edmond98
/
Running on A100

vineelpratap commited on
Commit
96ba7be
1 Parent(s): bc4cc75

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_identify],
74
- ["Language Identification"],
75
  )
76
 
77
  with gr.Blocks() as demo:
 
70
  # )
71
 
72
  tabbed_interface = gr.TabbedInterface(
73
+ [ mms_synthesize],
74
+ ["Text-to-speech"],
75
  )
76
 
77
  with gr.Blocks() as demo: