Spaces:
Sleeping
Sleeping
stphtan94117
commited on
Commit
·
64de2f9
1
Parent(s):
1b15ea8
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,6 @@ outputs = [gr.Image(type="pil", label="Output Image"),
|
|
79 |
|
80 |
title = "License_Plate_Prediction"
|
81 |
description = "Predict license plates using YOLOv5."
|
82 |
-
examples = [Image.open('
|
83 |
|
84 |
gr.Interface(predict_license_plate, inputs, outputs, title=title, description=description, examples=examples).launch(enable_queue=True)
|
|
|
79 |
|
80 |
title = "License_Plate_Prediction"
|
81 |
description = "Predict license plates using YOLOv5."
|
82 |
+
examples = [Image.open('1.jpg'), Image.open('2.jpg')]
|
83 |
|
84 |
gr.Interface(predict_license_plate, inputs, outputs, title=title, description=description, examples=examples).launch(enable_queue=True)
|