ShreyMehra commited on
Commit
ebd223e
·
unverified ·
1 Parent(s): 258046b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ class UI:
29
 
30
  with st.spinner("🤖 AI is at Work! "):
31
  device = "cuda" if torch.cuda.is_available() else "cpu"
32
- print(device, 1)
33
  inputs = processor(images=input_image, return_tensors="pt").to(device, torch.float32)
34
 
35
  print(2)
 
29
 
30
  with st.spinner("🤖 AI is at Work! "):
31
  device = "cuda" if torch.cuda.is_available() else "cpu"
32
+ print(1)
33
  inputs = processor(images=input_image, return_tensors="pt").to(device, torch.float32)
34
 
35
  print(2)