nragrawal commited on
Commit
5bf67e1
·
1 Parent(s): 3cd3c9a

Update username in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
7
  # Load model from Hub instead of local file
8
  def load_model():
9
  model = AutoModelForImageClassification.from_pretrained(
10
- "YOUR_USERNAME/resnet-imagenet",
11
  trust_remote_code=True
12
  )
13
  model.eval()
 
7
  # Load model from Hub instead of local file
8
  def load_model():
9
  model = AutoModelForImageClassification.from_pretrained(
10
+ "nragrawal/resnet-imagenet",
11
  trust_remote_code=True
12
  )
13
  model.eval()