Abhinav Jangra
commited on
Commit
β’
9c10f01
1
Parent(s):
5f17cb0
Update app.py
Browse files
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
|
|
|
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")
|