AsstGR commited on
Commit
72e55f1
·
verified ·
1 Parent(s): 5c30240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import InferenceClient
7
  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
8
  """
9
 
10
- client = InferenceClient("facebook/opt-1.3b")
11
 
12
 
13
 
 
7
  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
8
  """
9
 
10
+ client = InferenceClient("EleutherAI/gpt-neo-2.7B")
11
 
12
 
13