SeemG commited on
Commit
54c080c
·
verified ·
1 Parent(s): 35694d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,8 +53,8 @@ interface = gr.Interface(
53
  gr.Slider(minimum=1, maximum=20, label="Number of Outputs", value=10,step = 1)
54
  ],
55
  outputs="text",
56
- title="Humorous Text Generator with GPT-2",
57
- description="Get a chuckle with AI-generated funny stories! Provide a prompt (or choose one), adjust the desired text length and number of outputs, and let the AI do the rest!",
58
  )
59
 
60
  # Launch the Gradio app
 
53
  gr.Slider(minimum=1, maximum=20, label="Number of Outputs", value=10,step = 1)
54
  ],
55
  outputs="text",
56
+ title="Text Generator with GPT-2",
57
+ description="Get AI-generated stories! Provide a prompt (or choose one), adjust the desired text length and number of outputs, and let the AI do the rest!",
58
  )
59
 
60
  # Launch the Gradio app