Spaces:
Runtime error
Runtime error
Laks Srini
commited on
Commit
·
873f31f
1
Parent(s):
55bfd5a
swin model base
Browse files- app.py +1 -1
- model_swin.pkl +3 -0
app.py
CHANGED
@@ -10,7 +10,7 @@ import gradio as gr
|
|
10 |
# def is_cat(x): return x[0].isupper()
|
11 |
|
12 |
# %% app.ipynb 3
|
13 |
-
learn = load_learner("
|
14 |
|
15 |
# %% app.ipynb 5
|
16 |
categories = ['Bathroom', 'Bedroom', 'Floor plan', 'Front', 'Kitchen', 'Living room', 'Parking', 'Porch', 'Swimming pool', 'Views', 'Yard']
|
|
|
10 |
# def is_cat(x): return x[0].isupper()
|
11 |
|
12 |
# %% app.ipynb 3
|
13 |
+
learn = load_learner("model_swin.pkl")
|
14 |
|
15 |
# %% app.ipynb 5
|
16 |
categories = ['Bathroom', 'Bedroom', 'Floor plan', 'Front', 'Kitchen', 'Living room', 'Parking', 'Porch', 'Swimming pool', 'Views', 'Yard']
|
model_swin.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fc6a220984556aac5830721651d32b47f721f41dfe9891c2002cbe87740b737
|
3 |
+
size 363515517
|