ParthRangarajan commited on
Commit
9e54e99
1 Parent(s): 0ee670d

Update app.py

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