Spaces:
Sleeping
Sleeping
Commit
·
f1c4eec
1
Parent(s):
3cc6b2b
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,10 +54,9 @@ title = "Ui form : web form ui field Detection in Images"
|
|
| 54 |
|
| 55 |
interface_image = gr.Interface(
|
| 56 |
fn=yolov8_inference,
|
| 57 |
-
inputs=
|
| 58 |
-
outputs=
|
| 59 |
-
title=
|
| 60 |
-
description=description,
|
| 61 |
examples=image_path,
|
| 62 |
cache_examples=False,
|
| 63 |
theme='huggingface'
|
|
|
|
| 54 |
|
| 55 |
interface_image = gr.Interface(
|
| 56 |
fn=yolov8_inference,
|
| 57 |
+
inputs=inputs,
|
| 58 |
+
outputs=outputs,
|
| 59 |
+
title=title,
|
|
|
|
| 60 |
examples=image_path,
|
| 61 |
cache_examples=False,
|
| 62 |
theme='huggingface'
|