shivambhosale commited on
Commit
e913bcc
1 Parent(s): c4cb6b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  from UNet import *
 
2
  import torch # ; print('Using torch version -', torch.__version__)
3
  if torch.cuda.is_available():
4
  device = 'cuda'
 
1
  from UNet import *
2
+ from make_predictions import *
3
  import torch # ; print('Using torch version -', torch.__version__)
4
  if torch.cuda.is_available():
5
  device = 'cuda'