GloryGranger80888 commited on
Commit
23dfb70
1 Parent(s): 64e246c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -3,6 +3,10 @@ from gradio.mix import Parallel
3
 
4
  title="My First Text Generator"
5
  desciption=" Input text."
 
 
 
 
6
 
7
  model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
8
  model2=gr.Interface.load("huggingface/gpt2")
 
3
 
4
  title="My First Text Generator"
5
  desciption=" Input text."
6
+ examples = [
7
+ ["Once upon a time, "],
8
+ ["Dr. Woo was teaching a coding workshop at Hong Kong True Light Colleage,"]
9
+ ]
10
 
11
  model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
12
  model2=gr.Interface.load("huggingface/gpt2")