williamcfrancis commited on
Commit
3f3a1e3
·
1 Parent(s): 900ece0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def create_fft(img):
54
 
55
  return mag_spec
56
 
57
- def deblur_img(ip_image)
58
  # Change this variable with the name of the trained models.
59
  angle_model_name= 'pretrained_models/angle_model.hdf5'
60
  length_model_name= 'pretrained_models/length_model.hdf5'
 
54
 
55
  return mag_spec
56
 
57
+ def deblur_img(ip_image):
58
  # Change this variable with the name of the trained models.
59
  angle_model_name= 'pretrained_models/angle_model.hdf5'
60
  length_model_name= 'pretrained_models/length_model.hdf5'