Bianca0930 commited on
Commit
adcef19
·
1 Parent(s): 1eb8e0d

Update app.py

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