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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,5 +31,6 @@ 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
  ).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
+ live="true"
36
  ).launch(share=True)