Spaces:
Runtime error
Runtime error
Merge branch 'dev'
Browse files
main.py
CHANGED
@@ -52,8 +52,8 @@ with gr.Blocks(theme=set_theme, analytics_enabled=False) as demo:
|
|
52 |
with gr.Column(scale=1):
|
53 |
with gr.Row():
|
54 |
resetBtn = gr.Button("重置", variant="secondary")
|
|
|
55 |
submitBtn = gr.Button("提交", variant="primary")
|
56 |
-
stopBtn = gr.Button("停止", variant="stop")
|
57 |
with gr.Row():
|
58 |
from check_proxy import check_proxy
|
59 |
statusDisplay = gr.Markdown(f"Tip: 按Enter提交, 按Shift+Enter换行。当前模型: {LLM_MODEL} \n {check_proxy(proxies)}")
|
|
|
52 |
with gr.Column(scale=1):
|
53 |
with gr.Row():
|
54 |
resetBtn = gr.Button("重置", variant="secondary")
|
55 |
+
stopBtn = gr.Button("停止", variant="secondary")
|
56 |
submitBtn = gr.Button("提交", variant="primary")
|
|
|
57 |
with gr.Row():
|
58 |
from check_proxy import check_proxy
|
59 |
statusDisplay = gr.Markdown(f"Tip: 按Enter提交, 按Shift+Enter换行。当前模型: {LLM_MODEL} \n {check_proxy(proxies)}")
|