ahabb commited on
Commit
1a6dcb8
·
verified ·
1 Parent(s): 3356732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
34
  gr.Slider(minimum=0.1, maximum=1.0, step=0.1, label="Temperature", value=0.7)
35
  ],
36
  outputs="text",
37
- title="Blog Post Generator",
38
  description="Enter a topic, and this app will generate a blog post using GPT-2."
39
  )
40
 
 
34
  gr.Slider(minimum=0.1, maximum=1.0, step=0.1, label="Temperature", value=0.7)
35
  ],
36
  outputs="text",
37
+ title="GPT2 Blog Post Generator",
38
  description="Enter a topic, and this app will generate a blog post using GPT-2."
39
  )
40