Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
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
|