AmrElsayeh commited on
Commit
8668dd8
1 Parent(s): fdf135d

Upload 3 files

Browse files
Files changed (3) hide show
  1. app.ipynb +2 -2
  2. app.py +1 -1
  3. interior.pkl +3 -0
app.ipynb CHANGED
@@ -182,7 +182,7 @@
182
  "metadata": {},
183
  "outputs": [],
184
  "source": [
185
- "learn.export('model.pkl')"
186
  ]
187
  },
188
  {
@@ -193,7 +193,7 @@
193
  "outputs": [],
194
  "source": [
195
  "#|export\n",
196
- "learn = load_learner('model.pkl')"
197
  ]
198
  },
199
  {
 
182
  "metadata": {},
183
  "outputs": [],
184
  "source": [
185
+ "learn.export('interior.pkl')"
186
  ]
187
  },
188
  {
 
193
  "outputs": [],
194
  "source": [
195
  "#|export\n",
196
+ "learn = load_learner('interior.pkl')"
197
  ]
198
  },
199
  {
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  def is_classical(x): return x[0].isupper()
5
 
6
  # Cell
7
- learn = load_learner('model.pkl')
8
 
9
  # Cell
10
  categories = ('classical','japandi','minimal','poho','earthy')
 
4
  def is_classical(x): return x[0].isupper()
5
 
6
  # Cell
7
+ learn = load_learner('interior.pkl')
8
 
9
  # Cell
10
  categories = ('classical','japandi','minimal','poho','earthy')
interior.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7383370dedc48dec165f4fe7c9d3962ec00be847f65261b73c4e726912309592
3
+ size 102888099