huy-ha commited on
Commit
7593627
·
1 Parent(s): f88a1c1

update default args

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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
  )