Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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')
|