ibvhim commited on
Commit
b12e07e
1 Parent(s): 59314b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,5 +10,5 @@ gr.TabbedInterface(
10
  onnx_guide.app.interface,
11
  Voicechat_Hindi.app.interface
12
  ],
13
- tab_names=['Chatbot', 'Voicechat (Hindi)' ,'Onnx'],
14
  ).launch(debug=True)
 
10
  onnx_guide.app.interface,
11
  Voicechat_Hindi.app.interface
12
  ],
13
+ tab_names=['Chatbot' ,'Onnx', 'Voicechat (Hindi)'],
14
  ).launch(debug=True)