Vageesh1 commited on
Commit
ee0e511
·
1 Parent(s): 21911d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def ui():
56
  pil_image = PIL.Image.fromarray(image)
57
  image = preprocess(pil_image).unsqueeze(0).to(device)
58
 
59
- option = st.selectbox('Please select the Model',('PreTrained Model','Trained Model','Fine Tuned Model'))
60
 
61
  if option=='PreTrained Model':
62
  with torch.no_grad():
 
56
  pil_image = PIL.Image.fromarray(image)
57
  image = preprocess(pil_image).unsqueeze(0).to(device)
58
 
59
+ option = st.selectbox('Please select the Model',('PreTrained Model'))
60
 
61
  if option=='PreTrained Model':
62
  with torch.no_grad():