Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import torch
|
|
| 3 |
from PIL import Image
|
| 4 |
import requests
|
| 5 |
|
| 6 |
-
url = "
|
| 7 |
image = Image.open(requests.get(url, stream=True).raw)
|
| 8 |
|
| 9 |
# you can specify the revision tag if you don't want the timm dependency
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
import requests
|
| 5 |
|
| 6 |
+
url = "http://images.cocodataset.org/val2017/000000039769.jpg"
|
| 7 |
image = Image.open(requests.get(url, stream=True).raw)
|
| 8 |
|
| 9 |
# you can specify the revision tag if you don't want the timm dependency
|