Remove parentheses (be careful copying code!)
Browse files
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 |
|