Spaces:
Build error
Build error
File size: 318 Bytes
41f6a26 5a6723b 4438712 41f6a26 201cae6 41f6a26 4438712 41f6a26 4438712 41f6a26 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
import gradio as gr
import onnx_guide.app
import Chatbot.app
import Voicechat_Hindi.app
gr.TabbedInterface(
interface_list=[
Chatbot.app.interface,
onnx_guide.app.interface,
Voicechat_Hindi.app.interface
],
tab_names=['Chatbot', 'Voicechat (Hindi)' ,'Onnx'],
).launch(debug=True)
|