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