yotamsapi commited on
Commit
7e30732
β€’
1 Parent(s): 10fabf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ retina_repo = Repository(local_dir="retina_models", clone_from="felixrosberg/Ret
22
 
23
  print("cloned")
24
 
25
- from retina_model.models import *
26
 
27
  print("imported")
28
 
 
22
 
23
  print("cloned")
24
 
25
+ from retinaface.models import *
26
 
27
  print("imported")
28