Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|