ebgoldstein commited on
Commit
8f400fc
·
1 Parent(s): 5af74e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,4 +68,4 @@ title = "Segment beach imagery taken from a tower in Duck, NC, USA"
68
  description = "This model segments beach imagery into 4 classes: vegetation, sand, heavy minerals, and background (water + sky + buildings + people)"
69
  examples = [['examples/FRF_c1_snap_20191112160000.jpg'], ['examples/FRF_c1_snap_20170401.jpg']]
70
 
71
- FRFSegapp = gr.Interface(FRFsegment, gr.inputs.Image(), ['plot',gr.outputs.File(),gr.outputs.File()], examples=examples, title = title, description = description).launch()
 
68
  description = "This model segments beach imagery into 4 classes: vegetation, sand, heavy minerals, and background (water + sky + buildings + people)"
69
  examples = [['examples/FRF_c1_snap_20191112160000.jpg'], ['examples/FRF_c1_snap_20170401.jpg']]
70
 
71
+ FRFSegapp = gr.Interface(FRFsegment, gr.inputs.Image(), ['plot',gr.outputs.File(),gr.outputs.File()], examples=examples, title = title, description = description, theme = "grass").launch()