Spaces:
Sleeping
Sleeping
yourusername
commited on
Commit
•
112cc16
1
Parent(s):
189a1b1
:bug: add onnx tab name
Browse files
app.py
CHANGED
@@ -10,5 +10,5 @@ gr.TabbedInterface(
|
|
10 |
pictionary.app.interface,
|
11 |
onnx_guide.app.interface,
|
12 |
],
|
13 |
-
tab_names=['chatbot', 'pictionary'],
|
14 |
).launch(debug=True)
|
|
|
10 |
pictionary.app.interface,
|
11 |
onnx_guide.app.interface,
|
12 |
],
|
13 |
+
tab_names=['chatbot', 'pictionary', 'onnx'],
|
14 |
).launch(debug=True)
|