Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from huggingface_hub import InferenceClient
|
|
| 9 |
|
| 10 |
#Client setup
|
| 11 |
#token = HF_TOKEN
|
| 12 |
-
model_repo_id = chat_completion eller question_answering
|
| 13 |
|
| 14 |
client = InferenceClient(
|
| 15 |
provider="hf-inference",
|
|
|
|
| 9 |
|
| 10 |
#Client setup
|
| 11 |
#token = HF_TOKEN
|
| 12 |
+
#model_repo_id = chat_completion eller question_answering
|
| 13 |
|
| 14 |
client = InferenceClient(
|
| 15 |
provider="hf-inference",
|