jiseki commited on
Commit
07cdc4a
·
verified ·
2 Parent(s): 7c8da79 ca1f63b

Merge branch #kargaranamir/selenium-screenshot-gradio' into 'jiseki/selenium-screenshot-gradio'

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🐨
4
  colorFrom: red
5
  colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.6.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: red
5
  colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: 5.23.3
8
  app_file: app.py
9
  pinned: false
10
  license: mit
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
29
  inputs=gr.Textbox(label="Website URL", value="https://kargaranamir.github.io"),
30
  outputs=gr.Image(type="pil", label="Screenshot", height=360, width=540), # Adjust the image size here
31
  title="Website Screenshot",
32
- description="Take a screenshot of a website."
33
  )
34
 
35
  iface.launch()
 
29
  inputs=gr.Textbox(label="Website URL", value="https://kargaranamir.github.io"),
30
  outputs=gr.Image(type="pil", label="Screenshot", height=360, width=540), # Adjust the image size here
31
  title="Website Screenshot",
32
+ description="Take a screenshot of a website using selenium in a gradio space!"
33
  )
34
 
35
  iface.launch()