Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def take_screenshot(url):
|
|
| 26 |
|
| 27 |
iface = gr.Interface(
|
| 28 |
fn=take_screenshot,
|
| 29 |
-
inputs=gr.Textbox(label="Website URL", value="https://
|
| 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."
|
|
|
|
| 26 |
|
| 27 |
iface = gr.Interface(
|
| 28 |
fn=take_screenshot,
|
| 29 |
+
inputs=gr.Textbox(label="Website URL", value="https://github.com/aiclubiitropar"),
|
| 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."
|