Update app.py
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ with gr.Blocks() as system:
|
|
13 |
button=gr.Button("签到")
|
14 |
with gr.Column():
|
15 |
output=gr.Textbox(label="output",interactive=False)
|
16 |
-
|
|
|
13 |
button=gr.Button("签到")
|
14 |
with gr.Column():
|
15 |
output=gr.Textbox(label="output",interactive=False)
|
16 |
+
system.launch()
|