lucylol commited on
Commit
36aadcc
·
1 Parent(s): ed15f20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -3,10 +3,7 @@ from gradio.mix import Parallel
3
 
4
  title="my First Text Generator"
5
  description="input text."
6
- examples = [
7
- ["once upon a time, "],
8
- ["Dr Woo was teaching a coding workshop ar Hong Kong True Light College"]
9
- ]
10
  model11=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
11
  model12=gr.Interface.load("huggingface/gpt2")
12
  model13=gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")
 
3
 
4
  title="my First Text Generator"
5
  description="input text."
6
+
 
 
 
7
  model11=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
8
  model12=gr.Interface.load("huggingface/gpt2")
9
  model13=gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")