vishnu23 commited on
Commit
fbbbeb1
·
1 Parent(s): 38360d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ with gr.Blocks() as demo:
26
  text_output = gr.Textbox(
27
  label="Verify the status",
28
  placeholder="Start Building the Bot to view the content")
29
- text_button.click(model, [input], text_output)
 
26
  text_output = gr.Textbox(
27
  label="Verify the status",
28
  placeholder="Start Building the Bot to view the content")
29
+ text_button.click(scrap, [input], text_output)