Wootang01 commited on
Commit
a543ce9
·
1 Parent(s): 9006af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,10 +18,10 @@ examples = [
18
  ]
19
 
20
  #instantiate variables as functions
21
- model1 = gr.Interface.load("huggingface/togethercomputer/GPT-NeoXT-Chat-Base-20B")
22
  model2 = gr.Interface.load("huggingface/google/flan-t5-xl")
23
  model3 = gr.Interface.load("huggingface/bigscience/bloomz-7b1")
24
- model4 = gr.Interface.load("huggingface/bigscience/bloom")
25
 
26
  #togethercomputer/GPT-NeoXT-Chat-Base-20B
27
  #decapoda-research/llama-7b-hf
 
18
  ]
19
 
20
  #instantiate variables as functions
21
+ model1 = gr.Interface.load("huggingface/bigscience/bloom-560m")
22
  model2 = gr.Interface.load("huggingface/google/flan-t5-xl")
23
  model3 = gr.Interface.load("huggingface/bigscience/bloomz-7b1")
24
+ model4 = gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
25
 
26
  #togethercomputer/GPT-NeoXT-Chat-Base-20B
27
  #decapoda-research/llama-7b-hf