mintaeng commited on
Commit
e99b871
Β·
verified Β·
1 Parent(s): e874666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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