Jason-NYP commited on
Commit
c7c7061
·
verified ·
1 Parent(s): 445cc2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,5 +44,6 @@ detection_model = load_model(REPO_ID)
44
  title = "Detection of Pineapple and Sweet Potato in uploaded Image"
45
  gr.Interface(fn=predict,
46
  inputs=gr.Image(type="pil"),
47
- outputs=gr.Image(type="pil")
 
48
  ).launch(share=True)
 
44
  title = "Detection of Pineapple and Sweet Potato in uploaded Image"
45
  gr.Interface(fn=predict,
46
  inputs=gr.Image(type="pil"),
47
+ outputs=gr.Image(type="pil"),
48
+ title=title,
49
  ).launch(share=True)