eliwill commited on
Commit
4c7f582
·
1 Parent(s): 8051455

Remove parentheses (be careful copying code!)

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -48,7 +48,6 @@ with gr.Blocks() as demo:
48
  max_rows=5,
49
  interactive=False,
50
  wrap=True)
51
- )
52
  btn = gr.Button("Run")
53
  btn.click(fn=update, inputs=inp, outputs=[out1,out2])
54
 
 
48
  max_rows=5,
49
  interactive=False,
50
  wrap=True)
 
51
  btn = gr.Button("Run")
52
  btn.click(fn=update, inputs=inp, outputs=[out1,out2])
53