rararara9999 commited on
Commit
087797f
1 Parent(s): 55fe921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ subprocess.run(["pip", "install", "-U", "git+https://github.com/huggingface/tran
5
  subprocess.run(["pip", "install", "-U", "git+https://github.com/huggingface/accelerate.git"])
6
  subprocess.run(["pip", "install", "datasets"])
7
  subprocess.run(["pip", "install", "evaluate"])
 
 
8
 
9
  # Rest of your code
10
  model_checkpoint = "microsoft/resnet-50"
 
5
  subprocess.run(["pip", "install", "-U", "git+https://github.com/huggingface/accelerate.git"])
6
  subprocess.run(["pip", "install", "datasets"])
7
  subprocess.run(["pip", "install", "evaluate"])
8
+ subprocess.run(["pip", "install", "torchvision"])
9
+
10
 
11
  # Rest of your code
12
  model_checkpoint = "microsoft/resnet-50"