Spaces:
Sleeping
Sleeping
Merge branch #kargaranamir/selenium-screenshot-gradio' into 'jiseki/selenium-screenshot-gradio'
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🐨
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 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()
|