Ajay Singh Rathore
commited on
Commit
·
b42ff5c
1
Parent(s):
e6fd081
changed the model to the custom model v29 full
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
|
|
| 12 |
app = FastAPI()
|
| 13 |
|
| 14 |
# ✅ working model on HuggingFace
|
| 15 |
-
MODEL_NAME = "
|
| 16 |
|
| 17 |
# Load the processor and model
|
| 18 |
try:
|
|
|
|
| 12 |
app = FastAPI()
|
| 13 |
|
| 14 |
# ✅ working model on HuggingFace
|
| 15 |
+
MODEL_NAME = "Zodex/my-final-food-model-v29-full"
|
| 16 |
|
| 17 |
# Load the processor and model
|
| 18 |
try:
|