Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -9,5 +9,5 @@ gr.TabbedInterface(
|
|
9 |
Chatbot.app.interface,
|
10 |
onnx_guide.app.interface,
|
11 |
],
|
12 |
-
tab_names=['Chatbot', '
|
13 |
).launch(debug=True)
|
|
|
9 |
Chatbot.app.interface,
|
10 |
onnx_guide.app.interface,
|
11 |
],
|
12 |
+
tab_names=['Chatbot', 'Onnx'],
|
13 |
).launch(debug=True)
|