Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,5 +44,6 @@ detection_model = load_model(REPO_ID)
|
|
44 |
title = "Detection of Pineapple and Sweet Potato in uploaded Image"
|
45 |
gr.Interface(fn=predict,
|
46 |
inputs=gr.Image(type="pil"),
|
47 |
-
outputs=gr.Image(type="pil")
|
|
|
48 |
).launch(share=True)
|
|
|
44 |
title = "Detection of Pineapple and Sweet Potato in uploaded Image"
|
45 |
gr.Interface(fn=predict,
|
46 |
inputs=gr.Image(type="pil"),
|
47 |
+
outputs=gr.Image(type="pil"),
|
48 |
+
title=title,
|
49 |
).launch(share=True)
|