Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import torch
|
|
2 |
import gradio as gr
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
from PIL import Image
|
|
|
5 |
|
6 |
REPO_ID = "Kr1n3/Fashion-Items-Classification"
|
7 |
FILENAME = "best.pt"
|
|
|
2 |
import gradio as gr
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
from PIL import Image
|
5 |
+
pip install -qr https://raw.githubusercontent.com/ultralytics/yolov5/master/requirements.txt #
|
6 |
|
7 |
REPO_ID = "Kr1n3/Fashion-Items-Classification"
|
8 |
FILENAME = "best.pt"
|