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