Wootang01 commited on
Commit
2aa25db
1 Parent(s): a4f9b06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from transformers import pipeline
18
  #]
19
 
20
  #instantiate variables as functions
21
- pipe = pipeline("text-generation", model='databricks/dolly-v2-3b', trust_remote_code=True)
22
 
23
  #model1 = gr.Interface.load("huggingface/bigscience/bloom-560m")
24
  #model2 = gr.Interface.load("huggingface/google/flan-t5-xl")
 
18
  #]
19
 
20
  #instantiate variables as functions
21
+ pipe = pipeline("text-generation", model='EleutherAI/gpt-neo-2.7B', trust_remote_code=True)
22
 
23
  #model1 = gr.Interface.load("huggingface/bigscience/bloom-560m")
24
  #model2 = gr.Interface.load("huggingface/google/flan-t5-xl")