Liusuthu commited on
Commit
15e45a3
1 Parent(s): b88737a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()