GannaEslam38 commited on
Commit
4f07e78
·
verified ·
1 Parent(s): fededcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (Milestone 4)",
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
  )