Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from transformers import pipeline
|
|
18 |
#]
|
19 |
|
20 |
#instantiate variables as functions
|
21 |
-
pipe = pipeline("text-generation", model='
|
22 |
|
23 |
#model1 = gr.Interface.load("huggingface/bigscience/bloom-560m")
|
24 |
#model2 = gr.Interface.load("huggingface/google/flan-t5-xl")
|
|
|
18 |
#]
|
19 |
|
20 |
#instantiate variables as functions
|
21 |
+
pipe = pipeline("text-generation", model='EleutherAI/gpt-neo-2.7B', trust_remote_code=True)
|
22 |
|
23 |
#model1 = gr.Interface.load("huggingface/bigscience/bloom-560m")
|
24 |
#model2 = gr.Interface.load("huggingface/google/flan-t5-xl")
|