Wootang01 commited on
Commit
f985158
·
1 Parent(s): 9aaeb64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def ai_text(Input):
10
  return generated_text
11
 
12
 
13
- title_ = "Text Generator GPT-Neo-12.7B"
14
  description_ = " Enter one or more sentences and it will generate a 500 words blog 🤓"
15
  output_text = gr.outputs.Textbox()
16
  iface=gr.Interface(ai_text,"textbox", output_text, title=title_,description=description_)#.launch()
 
10
  return generated_text
11
 
12
 
13
+ title_ = "Text Generator GPT-Neo-2.7B"
14
  description_ = " Enter one or more sentences and it will generate a 500 words blog 🤓"
15
  output_text = gr.outputs.Textbox()
16
  iface=gr.Interface(ai_text,"textbox", output_text, title=title_,description=description_)#.launch()