Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from transformers import (
|
|
| 11 |
import gradio as gr
|
| 12 |
|
| 13 |
# ===== Config =====
|
| 14 |
-
MODEL_ID = "Itbanque/
|
| 15 |
PROCESSOR_ID = MODEL_ID
|
| 16 |
|
| 17 |
# ===== Load processor =====
|
|
|
|
| 11 |
import gradio as gr
|
| 12 |
|
| 13 |
# ===== Config =====
|
| 14 |
+
MODEL_ID = "Itbanque/fashion_segformer"
|
| 15 |
PROCESSOR_ID = MODEL_ID
|
| 16 |
|
| 17 |
# ===== Load processor =====
|