Wootang02 commited on
Commit
0c91458
1 Parent(s): feff0a0

Update app.py

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