Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ interface = gr.Interface(
|
|
17 |
gr.Number(value=50, label="Max Length", precision=0, minimum=10, maximum=200) # Using Number instead of Slider
|
18 |
],
|
19 |
outputs="text",
|
20 |
-
title="Text Generation with
|
21 |
-
description="Generate text based on the provided prompt using
|
22 |
)
|
23 |
|
24 |
# Launch the interface
|
|
|
17 |
gr.Number(value=50, label="Max Length", precision=0, minimum=10, maximum=200) # Using Number instead of Slider
|
18 |
],
|
19 |
outputs="text",
|
20 |
+
title="Text Generation with GPT-2",
|
21 |
+
description="Generate text based on the provided prompt using the earliest version of ChatGPT. (Made By Nihal Gazi)"
|
22 |
)
|
23 |
|
24 |
# Launch the interface
|