Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -224,9 +224,9 @@ def predict_click_location(input_pil_image: Image.Image, instruction: str):
|
|
224 |
|
225 |
# --- Load Example Data ---
|
226 |
example_image = None
|
227 |
-
example_instruction = "
|
228 |
try:
|
229 |
-
example_image_url = "https://
|
230 |
example_image = Image.open(requests.get(example_image_url, stream=True).raw)
|
231 |
except Exception as e:
|
232 |
print(f"Could not load example image from URL: {e}")
|
|
|
224 |
|
225 |
# --- Load Example Data ---
|
226 |
example_image = None
|
227 |
+
example_instruction = "Enter the server address readyforquantum.com to check its security"
|
228 |
try:
|
229 |
+
example_image_url = "https://readyforquantum.com/img/screentest.jpg"
|
230 |
example_image = Image.open(requests.get(example_image_url, stream=True).raw)
|
231 |
except Exception as e:
|
232 |
print(f"Could not load example image from URL: {e}")
|