Spaces:
Runtime error
Runtime error
Update mainapp.py
Browse files- mainapp.py +2 -1
mainapp.py
CHANGED
@@ -9,6 +9,7 @@ import gradio as gr
|
|
9 |
# from details import details
|
10 |
from user_center import user_center
|
11 |
from introduce import INTRODUCE
|
|
|
12 |
|
13 |
os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
|
14 |
|
@@ -62,7 +63,7 @@ with gr.Blocks() as demo:
|
|
62 |
with gr.Tab("📋自我测试"):
|
63 |
test_mode.render()
|
64 |
with gr.Tab("💬日常聊天"):
|
65 |
-
|
66 |
with gr.Tab("🗃️个人中心"):
|
67 |
user_center.render()
|
68 |
# with gr.Tab("💐引用与致谢"):
|
|
|
9 |
# from details import details
|
10 |
from user_center import user_center
|
11 |
from introduce import INTRODUCE
|
12 |
+
from chat import chat
|
13 |
|
14 |
os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
|
15 |
|
|
|
63 |
with gr.Tab("📋自我测试"):
|
64 |
test_mode.render()
|
65 |
with gr.Tab("💬日常聊天"):
|
66 |
+
chat.render()
|
67 |
with gr.Tab("🗃️个人中心"):
|
68 |
user_center.render()
|
69 |
# with gr.Tab("💐引用与致谢"):
|