flatindo commited on
Commit
b2dc86f
·
1 Parent(s): 434932d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def web_scrape(url):
48
  return Image.open(BytesIO(screenshot))
49
 
50
  iface = gr.Interface(
51
- fn=generate_response,
52
  inputs=gr.inputs.Textbox(label="Website URL", default="https://stock.adobe.com/stock-photo/id/621214874"),
53
  outputs=gr.outputs.Textbox(label="Web Content"),
54
  title="Web Scraping with Selenium (Body Tag)",
 
48
  return Image.open(BytesIO(screenshot))
49
 
50
  iface = gr.Interface(
51
+ fn=web_scrape,
52
  inputs=gr.inputs.Textbox(label="Website URL", default="https://stock.adobe.com/stock-photo/id/621214874"),
53
  outputs=gr.outputs.Textbox(label="Web Content"),
54
  title="Web Scraping with Selenium (Body Tag)",