IProject-10 commited on
Commit
794e84d
·
verified ·
1 Parent(s): bccd1d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ iface = gr.Interface(
100
  gr.Dropdown(label="Output Format", choices=["Plain Text", "JSON", "HTML", "CSV", "Markdown", "PDF", "Excel"], value="Plain Text")
101
  ],
102
  outputs=gr.Textbox(label="Summarized Output"),
103
- title="Text Summarization with Advanced Output Formats"
104
  )
105
 
106
  iface.launch()
 
100
  gr.Dropdown(label="Output Format", choices=["Plain Text", "JSON", "HTML", "CSV", "Markdown", "PDF", "Excel"], value="Plain Text")
101
  ],
102
  outputs=gr.Textbox(label="Summarized Output"),
103
+ title="Text Summarization"
104
  )
105
 
106
  iface.launch()