Hev832 commited on
Commit
99b189c
·
verified ·
1 Parent(s): a0cc1ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
-
2
  from module import *
 
3
  main_dir = Path().resolve()
4
  print(main_dir)
5
 
 
 
1
  from module import *
2
+ from download_model import download_online_model
3
  main_dir = Path().resolve()
4
  print(main_dir)
5