Spaces:
Sleeping
Sleeping
tentativa caminho
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ from botocore.exceptions import NoCredentialsError
|
|
| 24 |
|
| 25 |
# --- NOVAS constantes do 'teste yolo.txt' ---
|
| 26 |
LOCAL_RESULT = 'back-ciser/result'
|
| 27 |
-
YOLO_MODEL_PATH = '
|
| 28 |
# --- Fim das novas constantes ---
|
| 29 |
|
| 30 |
# Carrega as configurações das variáveis de ambiente (Secrets do Hugging Face)
|
|
|
|
| 24 |
|
| 25 |
# --- NOVAS constantes do 'teste yolo.txt' ---
|
| 26 |
LOCAL_RESULT = 'back-ciser/result'
|
| 27 |
+
YOLO_MODEL_PATH = 'best.pt'
|
| 28 |
# --- Fim das novas constantes ---
|
| 29 |
|
| 30 |
# Carrega as configurações das variáveis de ambiente (Secrets do Hugging Face)
|