gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",title=title,description=description).launch()

#2
by Wootang02 - opened
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,7 +5,6 @@ title="My First Text Generator"
5
  description="input text and submit."
6
 
7
 
8
- model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B)
9
 
10
 
11
- gr.Interface(model1,title=title,description=description).launch()
 
5
  description="input text and submit."
6
 
7
 
 
8
 
9
 
10
+ gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",title=title,description=description).launch()