Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update mouse.py
Browse files
mouse.py
CHANGED
@@ -980,10 +980,6 @@ with gr.Blocks(css_paths="app.css",theme=theme) as demo:
|
|
980 |
deploy_result = gr.HTML(label="배포 결과")
|
981 |
|
982 |
|
983 |
-
# 배포 결과를 표시할 텍스트 영역 추가
|
984 |
-
|
985 |
-
deploy_result = gr.HTML(label="배포 결과")
|
986 |
-
|
987 |
with antd.Col(span=24, md=16):
|
988 |
with ms.Div(elem_classes="right_panel"):
|
989 |
with antd.Flex(gap="small", elem_classes="setting-buttons"):
|
|
|
980 |
deploy_result = gr.HTML(label="배포 결과")
|
981 |
|
982 |
|
|
|
|
|
|
|
|
|
983 |
with antd.Col(span=24, md=16):
|
984 |
with ms.Div(elem_classes="right_panel"):
|
985 |
with antd.Flex(gap="small", elem_classes="setting-buttons"):
|