wooalex commited on
Commit
a2ac5af
·
verified ·
1 Parent(s): e1a09f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,5 +30,6 @@ detection_model = load_model(REPO_ID)
30
 
31
  gr.Interface(fn=predict,
32
  inputs=gr.Image(type="pil"),
33
- outputs=gr.Image(type="pil")
 
34
  ).launch(share=True)
 
30
 
31
  gr.Interface(fn=predict,
32
  inputs=gr.Image(type="pil"),
33
+ outputs=gr.Image(type="pil"),
34
+ title="Chihuahua or Golden Retriever?"
35
  ).launch(share=True)