ibvhim commited on
Commit
201cae6
1 Parent(s): 41f6a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,9 +6,9 @@ import pictionary.app
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)
 
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)