whyu commited on
Commit
f84fd13
1 Parent(s): f9a49d7

To support zero zero-gpu

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ transform = create_transform(input_size=224, crop_pct=model.default_cfg['crop_pc
19
  response = requests.get("https://git.io/JJkYN")
20
  labels = response.text.split("\n")
21
 
22
- +@spaces.GPU
23
  def predict(inp):
24
  inp = transform(inp).unsqueeze(0).to(device=device)
25
  with torch.no_grad():
 
19
  response = requests.get("https://git.io/JJkYN")
20
  labels = response.text.split("\n")
21
 
22
+ @spaces.GPU
23
  def predict(inp):
24
  inp = transform(inp).unsqueeze(0).to(device=device)
25
  with torch.no_grad():