Spaces:
Sleeping
Sleeping
Kartheekb7
commited on
Commit
•
1a7d665
1
Parent(s):
8ed0dc9
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ iface = gr.Interface(
|
|
52 |
gr.Slider(minimum=1, maximum=100, value=50, step=1, label="top_k"),
|
53 |
],
|
54 |
outputs=gr.Textbox(label="Generated Text"),
|
55 |
-
title="GPT
|
56 |
description="Generate text using GPT-2 model with adjustable parameters.",
|
57 |
examples=[["Hello, I'm a language model"]],
|
58 |
)
|
|
|
52 |
gr.Slider(minimum=1, maximum=100, value=50, step=1, label="top_k"),
|
53 |
],
|
54 |
outputs=gr.Textbox(label="Generated Text"),
|
55 |
+
title="GPT Text Generator",
|
56 |
description="Generate text using GPT-2 model with adjustable parameters.",
|
57 |
examples=[["Hello, I'm a language model"]],
|
58 |
)
|