GigiWasThere commited on
Commit
e92e247
1 Parent(s): 90ace86

Update app.py

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