ghosthets commited on
Commit
ea8b8be
·
verified ·
1 Parent(s): 502e656

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from bs4 import BeautifulSoup
4
  from transformers import pipeline
5
 
6
  # Use faster, open-access model
7
- llm = pipeline("text2text-generation", model="google/flan-t5-base")
8
 
9
  def refine_from_url(url, instruction):
10
  try:
 
4
  from transformers import pipeline
5
 
6
  # Use faster, open-access model
7
+ llm = pipeline("text2text-generation", model="EleutherAI/gpt-neo-2.7B")
8
 
9
  def refine_from_url(url, instruction):
10
  try: