NoahH7 commited on
Commit
f454ab9
·
verified ·
1 Parent(s): d39162a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  from PIL import Image
4
  import requests
5
 
6
- url = "https://cdn.discordapp.com/attachments/1285217432767692872/1285246892120342610/IMG_9343.jpg?ex=66e992f1&is=66e84171&hm=b22c1127c62fa43c883392beccf9201fe968c9c1b9f767cb8dd929e4f4e0838e&"
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