johnbridges commited on
Commit
04adcc2
·
verified ·
1 Parent(s): 8a60075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "Select July 14th as the check-out date"
228
  try:
229
- example_image_url = "https://huggingface.co/Hcompany/Holo1-7B/resolve/main/calendar_example.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}")
 
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}")