Spaces:
Runtime error
Runtime error
Ramadhiana commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import InferenceClient
|
|
|
|
| 3 |
|
| 4 |
# Ganti dengan model kamu di Hugging Face
|
| 5 |
pipe = pipeline("text-classification", model="Ranti0603/job_classifier_model_v2")
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
+
from transformers import pipeline
|
| 4 |
|
| 5 |
# Ganti dengan model kamu di Hugging Face
|
| 6 |
pipe = pipeline("text-classification", model="Ranti0603/job_classifier_model_v2")
|