update description
Browse files
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()
|