Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def take_screenshot(url):
|
|
30 |
iface = gr.Interface(
|
31 |
fn=take_screenshot,
|
32 |
inputs=gr.Textbox(label="Website URL", value="https://kargaranamir.github.io"),
|
33 |
-
outputs=gr.
|
34 |
title="Website Screenshot",
|
35 |
description="Take a screenshot of a website."
|
36 |
)
|
|
|
30 |
iface = gr.Interface(
|
31 |
fn=take_screenshot,
|
32 |
inputs=gr.Textbox(label="Website URL", value="https://kargaranamir.github.io"),
|
33 |
+
outputs=gr.Textbox(),
|
34 |
title="Website Screenshot",
|
35 |
description="Take a screenshot of a website."
|
36 |
)
|