Ahsen Khaliq commited on
Commit
1d99fb0
1 Parent(s): ce94770

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,6 +101,7 @@ def inference(img):
101
 
102
 
103
  torch.manual_seed(2)
 
104
  return "test.png"
105
 
106
 
 
101
 
102
 
103
  torch.manual_seed(2)
104
+ run_one_image(img, model_mae)
105
  return "test.png"
106
 
107