prateekbh commited on
Commit
450cedd
·
verified ·
1 Parent(s): d612ae0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(css=css) as demo:
105
  [submit]
106
  )
107
 
108
- event = submit.click(*hello_world)
109
  # event.then(*postresponse_handler)
110
 
111
  demo.launch()
 
105
  [submit]
106
  )
107
 
108
+ event = submit.click(hello_world)
109
  # event.then(*postresponse_handler)
110
 
111
  demo.launch()