Spaces:
Runtime error
Runtime error
nehulagrawal
commited on
Commit
•
3cc6b2b
1
Parent(s):
ada8c0d
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
|
53 |
title = "Ui form : web form ui field Detection in Images"
|
54 |
|
55 |
interface_image = gr.Interface(
|
56 |
-
fn=
|
57 |
inputs=inputs_image,
|
58 |
outputs=outputs_image,
|
59 |
title=model_heading,
|
|
|
53 |
title = "Ui form : web form ui field Detection in Images"
|
54 |
|
55 |
interface_image = gr.Interface(
|
56 |
+
fn=yolov8_inference,
|
57 |
inputs=inputs_image,
|
58 |
outputs=outputs_image,
|
59 |
title=model_heading,
|