ayoubsa commited on
Commit
e5a1bbe
·
verified ·
1 Parent(s): 1a3696f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
 
6
  # Load the YOLO model
7
  MODEL_URL = 'https://huggingface.co/ayoubsa/yolo_model/resolve/main/best.pt'
8
- model = YOLO(MODEL_URL)
9
 
10
  # Define the prediction function for Gradio
11
  def predict(image):
 
5
 
6
  # Load the YOLO model
7
  MODEL_URL = 'https://huggingface.co/ayoubsa/yolo_model/resolve/main/best.pt'
8
+ model = YOLO(MODEL_URL, cache_dir="/root/.cache")
9
 
10
  # Define the prediction function for Gradio
11
  def predict(image):