Spaces:
Runtime error
Runtime error
Ramadhiana commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
# Ganti dengan model kamu di Hugging Face
|
| 5 |
-
MODEL_ID = "Ranti0603/
|
| 6 |
|
| 7 |
def respond(message, history, hf_token: gr.OAuthToken):
|
| 8 |
"""
|
|
|
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
# Ganti dengan model kamu di Hugging Face
|
| 5 |
+
MODEL_ID = "Ranti0603/job_classifier_model_v2"
|
| 6 |
|
| 7 |
def respond(message, history, hf_token: gr.OAuthToken):
|
| 8 |
"""
|