AItool commited on
Commit
0ce466b
·
verified ·
1 Parent(s): 7b091dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import timm
8
  def is_real(x): return x[0].isupper()
9
 
10
  #|export
11
- learn = load_learner('model.pkl')
12
 
13
  #|export
14
  categories =('Virtual Staging','Real')
 
8
  def is_real(x): return x[0].isupper()
9
 
10
  #|export
11
+ learn = load_learner('model.pkl')
12
 
13
  #|export
14
  categories =('Virtual Staging','Real')