Omnibus commited on
Commit
ba73e05
·
1 Parent(s): f309ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,5 +55,5 @@ with gr.Blocks() as app:
55
  inp=gr.Textbox()
56
  go_btn = gr.Button()
57
  outp = gr.HTML()
58
- go_btn.click(scrape0,inp,outp)
59
  app.queue(concurrency_count=10).launch()
 
55
  inp=gr.Textbox()
56
  go_btn = gr.Button()
57
  outp = gr.HTML()
58
+ go_btn.click(scrape,inp,outp)
59
  app.queue(concurrency_count=10).launch()