nehulagrawal commited on
Commit
f1c4eec
1 Parent(s): 3cc6b2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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=inputs_image,
58
- outputs=outputs_image,
59
- title=model_heading,
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'