Abhinav Jangra commited on
Commit
9c10f01
β€’
1 Parent(s): 5f17cb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,7 +112,7 @@ use_gpu = False
112
  if torch.cuda.is_available():
113
  use_gpu = True
114
 
115
- print(model)
116
 
117
  for param in model.parameters():
118
  param.requires_grad = False
@@ -240,4 +240,4 @@ if uploaded_file is not None:
240
  st.error("Unable to open the uploaded image. Please make sure it is a valid image file.")
241
 
242
 
243
- st.text("Made with πŸ¦•πŸ˜ˆ by Abhinav")
 
112
  if torch.cuda.is_available():
113
  use_gpu = True
114
 
115
+ #print(model)
116
 
117
  for param in model.parameters():
118
  param.requires_grad = False
 
240
  st.error("Unable to open the uploaded image. Please make sure it is a valid image file.")
241
 
242
 
243
+ st.text("Made with love by Abhinav")