ayoubkirouane commited on
Commit
5d9d655
·
1 Parent(s): 35a02dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -9,7 +9,11 @@ iface = gr.Interface(
9
  fn=summarization,
10
  inputs=gr.Textbox(prompt="Input Text"),
11
  outputs=gr.Textbox(prompt="Generated Summary") ,
12
- allow_flagging=False
 
 
 
 
13
  )
14
 
15
  # Launch the Gradio app
 
9
  fn=summarization,
10
  inputs=gr.Textbox(prompt="Input Text"),
11
  outputs=gr.Textbox(prompt="Generated Summary") ,
12
+ allow_flagging=False ,
13
+ title="T5-4-Summarization" ,
14
+ description="This app generates a summary of the input text using T5 fine-tuned model.",
15
+
16
+
17
  )
18
 
19
  # Launch the Gradio app