ParthRangarajan commited on
Commit
0ee670d
1 Parent(s): 5ec0f84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ def ai_text(Input):
11
  output_text=gr.outputs.Textbox()
12
  gr.Interface(ai_text, "textbox",
13
  output_text, title="Centauri Pilot",
14
- examples= [['Chocolate gives bad skin'], ['India has the highest population'], ['The moon is not a planet']],
15
  theme='dark-peach',
16
  description="Generating Blog Content using GPT-Neo by implementing aitextgen and Gradio").launch(inline=False)
 
11
  output_text=gr.outputs.Textbox()
12
  gr.Interface(ai_text, "textbox",
13
  output_text, title="Centauri Pilot",
14
+ examples= [['Chocolate gives bad skin'], ['India has the highest population'], ['The moon is not a planet'], ['Who is Alexander the Great?'],
15
  theme='dark-peach',
16
  description="Generating Blog Content using GPT-Neo by implementing aitextgen and Gradio").launch(inline=False)