Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,10 +18,10 @@ examples = [
|
|
18 |
]
|
19 |
|
20 |
#instantiate variables as functions
|
21 |
-
model1 = gr.Interface.load("huggingface/
|
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/
|
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
|