ZhengPeng7 commited on
Commit
15d5ec0
·
verified ·
1 Parent(s): 5ecdd54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,8 @@ import spaces
10
 
11
  from models.GCoNet import GCoNet
12
 
 
 
13
 
14
  device = ['cpu', 'cuda'][0]
15
 
 
10
 
11
  from models.GCoNet import GCoNet
12
 
13
+ import zipfile
14
+
15
 
16
  device = ['cpu', 'cuda'][0]
17