kamau1 commited on
Commit
baa4325
·
1 Parent(s): f2d0d2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ def gradio_app(image_path):
15
  return out_img
16
 
17
 
18
- #title = "Seamore"
19
  #description = "----eyes in the sea----"
20
 
21
  examples = glob.glob("images/*.png")
@@ -24,6 +24,6 @@ gr.Interface(gradio_app,
24
  inputs=[gr.inputs.Image(type="filepath")],
25
  outputs=gr.outputs.Image(type="pil"),
26
  enable_queue=True,
27
- #title=title,
28
  #description=description,
29
  examples=examples).launch()
 
15
  return out_img
16
 
17
 
18
+ title = "Marine Life Identification"
19
  #description = "----eyes in the sea----"
20
 
21
  examples = glob.glob("images/*.png")
 
24
  inputs=[gr.inputs.Image(type="filepath")],
25
  outputs=gr.outputs.Image(type="pil"),
26
  enable_queue=True,
27
+ title=title,
28
  #description=description,
29
  examples=examples).launch()