awacke1 commited on
Commit
b15d938
1 Parent(s): 18b503d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ for MODEL_NAME in MODEL_NAMES:
54
  GEN_NAMES = [
55
  "huggingface/EleutherAI/gpt-neo-2.7B",
56
  "huggingface/EleutherAI/gpt-j-6B",
57
- "huggingface/gpt2-large",
58
  ]
59
  GENERATORS = {}
60
  manager = ModelManager()
 
54
  GEN_NAMES = [
55
  "huggingface/EleutherAI/gpt-neo-2.7B",
56
  "huggingface/EleutherAI/gpt-j-6B",
57
+ "huggingface/gpt2-large"
58
  ]
59
  GENERATORS = {}
60
  manager = ModelManager()