Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ def detect(inp):
|
|
| 10 |
return f"./yolov7/runs/detect/exp/{otp}"
|
| 11 |
|
| 12 |
inp = gr.inputs.Image(type="filepath", label="Input")
|
| 13 |
-
output = gr.outputs.
|
| 14 |
#Image(type="filepath", label="Output")
|
| 15 |
|
| 16 |
|
|
|
|
| 10 |
return f"./yolov7/runs/detect/exp/{otp}"
|
| 11 |
|
| 12 |
inp = gr.inputs.Image(type="filepath", label="Input")
|
| 13 |
+
output = gr.outputs.Image(type="filepath", label="Output")
|
| 14 |
#Image(type="filepath", label="Output")
|
| 15 |
|
| 16 |
|