whale-shark commited on
Commit
8899ee2
1 Parent(s): 9b76a09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ import gradio as gr
3
  title"My First Text Generation"
4
  description="Input text and submit"
5
 
6
- gr.Interface.load("huggingface/EleutherAI/gpt-j-3B").launch()
 
3
  title"My First Text Generation"
4
  description="Input text and submit"
5
 
6
+ gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B",title=title,description=description).launch()