interiv@qq.com commited on
Commit
8c3d7e3
1 Parent(s): 8454ed8

增加第一个文件

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ with gr.Blocks() as myblock:
10
  button=gr.Button(label="Click me")
11
  button.click(my_add,[a, b], c)
12
 
13
- myblock.launch(share=True )
 
10
  button=gr.Button(label="Click me")
11
  button.click(my_add,[a, b], c)
12
 
13
+ myblock.launch( )