Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ interface = gr.Interface(
|
|
| 32 |
fn=generate_text,
|
| 33 |
inputs=gr.Textbox(lines=5, label="Input Text", placeholder="Write about AI..."),
|
| 34 |
outputs=gr.Textbox(label="Generated Content"),
|
| 35 |
-
title="Generative AI Project
|
| 36 |
description="This model generates academic-style content using fine-tuned Pegasus.",
|
| 37 |
examples=[["Artificial intelligence is transforming the world"]]
|
| 38 |
)
|
|
|
|
| 32 |
fn=generate_text,
|
| 33 |
inputs=gr.Textbox(lines=5, label="Input Text", placeholder="Write about AI..."),
|
| 34 |
outputs=gr.Textbox(label="Generated Content"),
|
| 35 |
+
title="Generative AI Project",
|
| 36 |
description="This model generates academic-style content using fine-tuned Pegasus.",
|
| 37 |
examples=[["Artificial intelligence is transforming the world"]]
|
| 38 |
)
|