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