Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
# Your model repo
|
| 6 |
-
model_id = "Meylai/ai-model-
|
| 7 |
|
| 8 |
# Load pipeline (auto-detects type based on model)
|
| 9 |
classifier = pipeline("text-classification", model=model_id)
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
# Your model repo
|
| 6 |
+
model_id = "Meylai/ai-model-try-out"
|
| 7 |
|
| 8 |
# Load pipeline (auto-detects type based on model)
|
| 9 |
classifier = pipeline("text-classification", model=model_id)
|