wooalex commited on
Commit
3ca904d
·
verified ·
1 Parent(s): fb7ae96

Update app.py

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