yuenkayi commited on
Commit
cb53bc9
1 Parent(s): e853c41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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()