Spaces:
Build error
Build error
update default args
Browse files
app.py
CHANGED
@@ -75,6 +75,8 @@ iface = gr.Interface(
|
|
75 |
"https://semantic-abstraction.cs.columbia.edu/downloads/matterport.png",
|
76 |
"basketball jersey,nintendo switch,television,ping pong table,vase,fireplace,abstract painting of a vespa,carpet,wall",
|
77 |
"a photograph of a {} in a home.",
|
|
|
|
|
78 |
]
|
79 |
],
|
80 |
)
|
|
|
75 |
"https://semantic-abstraction.cs.columbia.edu/downloads/matterport.png",
|
76 |
"basketball jersey,nintendo switch,television,ping pong table,vase,fireplace,abstract painting of a vespa,carpet,wall",
|
77 |
"a photograph of a {} in a home.",
|
78 |
+
"ours",
|
79 |
+
True,
|
80 |
]
|
81 |
],
|
82 |
)
|