Spaces:
Running
Running
Update app.py
Browse files
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(
|
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()
|