23A066X commited on
Commit
11ed2d6
1 Parent(s): 401610c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -54,7 +54,7 @@ detection_model = load_model()
54
  # predicted_img = predict(image_arr)
55
  # predicted_img.save('predicted.jpg')
56
 
57
- REPO_ID = "23A066X/ssd_resnet50_v1_fpn_640x640_coco17_tpu-8"
58
  gr.Interface(fn=predict,
59
  inputs=[gr.Image(type="pil",label="Input Image")],
60
  outputs=gr.Image(type="pil",label="Output Image"),
@@ -63,3 +63,9 @@ gr.Interface(fn=predict,
63
  theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky")
64
  ).launch(share=True)
65
 
 
 
 
 
 
 
 
54
  # predicted_img = predict(image_arr)
55
  # predicted_img.save('predicted.jpg')
56
 
57
+ REPO_ID = "23A066X/assignment2_tfodmodel"
58
  gr.Interface(fn=predict,
59
  inputs=[gr.Image(type="pil",label="Input Image")],
60
  outputs=gr.Image(type="pil",label="Output Image"),
 
63
  theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky")
64
  ).launch(share=True)
65
 
66
+
67
+
68
+
69
+
70
+
71
+