Spaces:
Runtime error
Runtime error
Vincent Claes
commited on
Commit
·
347714e
1
Parent(s):
20db467
add examples
Browse files
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,
|
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 |
[
|