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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ examples = [
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-560m")
24
  model4 = gr.Interface.load("huggingface/bigscience/bloom")
25
 
26
  #togethercomputer/GPT-NeoXT-Chat-Base-20B
 
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