Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ def predict(image):
|
|
254 |
# Process output (adjust based on your model's format)
|
255 |
# return output # or post-process the results as needed
|
256 |
results = model(image, save=True)
|
257 |
-
annotated_img = Image.load("")
|
258 |
return annotated_img
|
259 |
|
260 |
# Gradio interface
|
|
|
254 |
# Process output (adjust based on your model's format)
|
255 |
# return output # or post-process the results as needed
|
256 |
results = model(image, save=True)
|
257 |
+
annotated_img = Image.load("B111.JPG")
|
258 |
return annotated_img
|
259 |
|
260 |
# Gradio interface
|