Moibe commited on
Commit
35d7314
·
1 Parent(s): c5d14f6

Fix launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ with gr.Blocks() as demo:
18
  btn = gr.Button("Run")
19
  btn.click(greet, input, output)
20
 
21
- #iface.launch()
 
18
  btn = gr.Button("Run")
19
  btn.click(greet, input, output)
20
 
21
+ demo.launch()