Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
|
|
12 |
fn=generate_text,
|
13 |
inputs="text",
|
14 |
outputs="text",
|
15 |
-
title="LLM Text Generator",
|
16 |
description="Generate text using a pre-trained GPT-2 model."
|
17 |
)
|
18 |
|
|
|
12 |
fn=generate_text,
|
13 |
inputs="text",
|
14 |
outputs="text",
|
15 |
+
title="LLM Text Generator using demo",
|
16 |
description="Generate text using a pre-trained GPT-2 model."
|
17 |
)
|
18 |
|