Vincent Claes commited on
Commit
347714e
1 Parent(s): 20db467

add examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ processor = AutoProcessor.from_pretrained(DEFAULT_MODEL)
14
  model = AutoModel.from_pretrained(DEFAULT_MODEL)
15
 
16
  ROOMS = (
17
- "bathroom,sauna,living room, bedroom,kitchen,toilet,hallway,dressing,attic,basement,home office, garage"
18
  )
19
  examples = [
20
  [
 
14
  model = AutoModel.from_pretrained(DEFAULT_MODEL)
15
 
16
  ROOMS = (
17
+ "bathroom,sauna,living room, bedroom,kitchen,toilet,hallway,dressing,attic,basement,home office,garage"
18
  )
19
  examples = [
20
  [