Spaces:
Build error
Build error
Update app.py
Browse files
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)'
|
| 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)
|