Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,10 @@ gr.Interface.load("huggingface/bigscience/bloom-560m",title="A smart dog", descr
|
|
4 |
|
5 |
model1=gr.Interface.load("huggingface/gpt2")
|
6 |
|
|
|
|
|
|
|
|
|
7 |
examples = ["Max and Ada have a adventure with each other"]
|
8 |
|
9 |
gr.Interface.load("huggingface/gpt2").launch()
|
|
|
4 |
|
5 |
model1=gr.Interface.load("huggingface/gpt2")
|
6 |
|
7 |
+
model2 = gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
|
8 |
+
|
9 |
+
model3 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
|
10 |
+
|
11 |
examples = ["Max and Ada have a adventure with each other"]
|
12 |
|
13 |
gr.Interface.load("huggingface/gpt2").launch()
|