Wootang01 commited on
Commit
1b17c2e
·
1 Parent(s): 1424717

Update app.py

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