Spaces:
Runtime error
Runtime error
Update test.py
Browse files
test.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
|
5 |
from consult import consult
|
6 |
from scale import scale
|
7 |
-
from scale_n_consult import
|
8 |
|
9 |
os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
|
10 |
|
@@ -16,7 +16,7 @@ with gr.Blocks() as test_mode:
|
|
16 |
with gr.Tab("咨询"):
|
17 |
consult.render()
|
18 |
with gr.Tab("量表咨询🆕"):
|
19 |
-
|
20 |
# with gr.Tab("咨询(新)"):
|
21 |
# gr.Markdown("开发中,敬请期待...")
|
22 |
# with gr.Tab("综合评估与建议"):
|
|
|
4 |
|
5 |
from consult import consult
|
6 |
from scale import scale
|
7 |
+
from scale_n_consult import SCALE_AND_CONSULT
|
8 |
|
9 |
os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
|
10 |
|
|
|
16 |
with gr.Tab("咨询"):
|
17 |
consult.render()
|
18 |
with gr.Tab("量表咨询🆕"):
|
19 |
+
SCALE_AND_CONSULT.render()
|
20 |
# with gr.Tab("咨询(新)"):
|
21 |
# gr.Markdown("开发中,敬请期待...")
|
22 |
# with gr.Tab("综合评估与建议"):
|