Spaces:
Runtime error
Runtime error
Update app.py
Browse filesupdate with labels
app.py
CHANGED
@@ -31,6 +31,8 @@ REPO_ID = "Sathyadithyarithi/RRR_detection"
|
|
31 |
detection_model = load_model(REPO_ID)
|
32 |
|
33 |
gr.Interface(fn=predict,
|
34 |
-
inputs=gr.Image(type="pil"),
|
35 |
-
outputs=gr.Image(type="pil")
|
|
|
|
|
36 |
).launch(share=True)
|
|
|
31 |
detection_model = load_model(REPO_ID)
|
32 |
|
33 |
gr.Interface(fn=predict,
|
34 |
+
inputs=gr.Image(type="pil",label="Upload Image from RRR"),
|
35 |
+
outputs=gr.Image(type="pil", label="Model Detected Image for Charan and NTR"),
|
36 |
+
title="Object Detection App-RRR Movie Charan and NTR",
|
37 |
+
description="Upload an image to detect objects in the image.",
|
38 |
).launch(share=True)
|