Sathyadithyarithi commited on
Commit
fd39429
Β·
verified Β·
1 Parent(s): 019371c

Update app.py

Browse files

update with labels

Files changed (1) hide show
  1. app.py +4 -2
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)