Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -357,7 +357,7 @@ def navigate(input_numpy_image: np.ndarray, task: str) -> str:
|
|
| 357 |
|
| 358 |
|
| 359 |
# --- Load Example Data ---
|
| 360 |
-
example_image_url = "https://huggingface.co/spaces/Hcompany/
|
| 361 |
example_image = Image.open(requests.get(example_image_url, stream=True).raw)
|
| 362 |
example_task = "Find the latest model by H Company"
|
| 363 |
|
|
|
|
| 357 |
|
| 358 |
|
| 359 |
# --- Load Example Data ---
|
| 360 |
+
example_image_url = "https://huggingface.co/spaces/Hcompany/Holo1.5-Navigation/resolve/main/desktop_1.png"
|
| 361 |
example_image = Image.open(requests.get(example_image_url, stream=True).raw)
|
| 362 |
example_task = "Find the latest model by H Company"
|
| 363 |
|