Spaces:
Runtime error
Runtime error
michaelwja
commited on
Commit
•
97e91df
1
Parent(s):
46f1985
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def object_detection(im, size=416):
|
|
15 |
results.render()
|
16 |
return Image.fromarray(results.imgs[0])
|
17 |
|
18 |
-
title = "Yolov7
|
19 |
|
20 |
image = gr.inputs.Image(shape=(416,416), image_mode="RGB", source="upload", label="Upload Image", optional=False)
|
21 |
outputs = gr.outputs.Image(type="pil", label="Output Image")
|
|
|
15 |
results.render()
|
16 |
return Image.fromarray(results.imgs[0])
|
17 |
|
18 |
+
title = "Yolov7 Skin Burn Detection"
|
19 |
|
20 |
image = gr.inputs.Image(shape=(416,416), image_mode="RGB", source="upload", label="Upload Image", optional=False)
|
21 |
outputs = gr.outputs.Image(type="pil", label="Output Image")
|