aliabid94 HF staff commited on
Commit
62dbb2b
1 Parent(s): 7ca2db3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,6 +5,6 @@ with gr.Blocks() as demo:
5
  f2 = gr.File()
6
  btn = gr.Button()
7
 
8
- btn.click(lamda x:x, f, f2)
9
 
10
  demo.launch()
 
5
  f2 = gr.File()
6
  btn = gr.Button()
7
 
8
+ btn.click(lambda x:x, f, f2)
9
 
10
  demo.launch()