Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,6 @@ description = "Building open-domain chatbots is a challenging area for machine l
|
|
9 |
examples = [["FA μλΉμ€λ μ΄λ€ μλΉμ€μΈκ°μ?"], ["νμ΄ κ²½κΈ°μ₯ κ·κ²©μ μ΄λ»κ² λλμ?"], ["νμ΄νλ μ΄λ€κ±Έ μ μ΄μΌ νλμ?"]]
|
10 |
|
11 |
|
12 |
-
tokenizer = AutoTokenizer.from_pretrained("Dongwookss/small_fut_final")
|
13 |
-
model = AutoModelForCausalLM.from_pretrained("Dongwookss/small_fut_final")
|
14 |
|
15 |
"""
|
16 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
|
|
9 |
examples = [["FA μλΉμ€λ μ΄λ€ μλΉμ€μΈκ°μ?"], ["νμ΄ κ²½κΈ°μ₯ κ·κ²©μ μ΄λ»κ² λλμ?"], ["νμ΄νλ μ΄λ€κ±Έ μ μ΄μΌ νλμ?"]]
|
10 |
|
11 |
|
|
|
|
|
12 |
|
13 |
"""
|
14 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|