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