Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,10 +8,6 @@ import dlclibrary
|
|
| 8 |
import transformers
|
| 9 |
|
| 10 |
|
| 11 |
-
from PIL import Image, ImageColor, ImageFont, ImageDraw
|
| 12 |
-
from viz_utils import save_results_as_json, draw_keypoints_on_image, draw_bbox_w_text, save_results_only_dlc
|
| 13 |
-
from detection_utils import predict_md, crop_animal_detections, predict_dlc
|
| 14 |
-
from ui_utils import gradio_inputs_for_MD_DLC, gradio_outputs_for_MD_DLC, gradio_description_and_examples
|
| 15 |
|
| 16 |
|
| 17 |
# Load the model
|
|
|
|
| 8 |
import transformers
|
| 9 |
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
# Load the model
|