Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|