Wootang01 commited on
Commit
081627b
·
1 Parent(s): b3362d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ examples = [
15
  ]
16
 
17
  output_text = gr.outputs.Textbox()
18
- gr.Interface(ai_text,"textbox", output_text, title="Text Generator GPT-J-6B",
19
  description="Copy or type text. Submit and the machine will generate text.", examples=examples).launch()
 
15
  ]
16
 
17
  output_text = gr.outputs.Textbox()
18
+ gr.Interface(ai_text,"textbox", output_text, title="Text Generator GPT-Neo-2.7B",
19
  description="Copy or type text. Submit and the machine will generate text.", examples=examples).launch()