Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
57 |
-
description="Get
|
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
|