iabualhaol commited on
Commit
479c05b
·
1 Parent(s): 9ccb59b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ def main():
37
  ],
38
  outputs=gr.Textbox(label="Summary"),
39
  live=False,
40
- title="GPT-4 Summarizer",
41
- description="Summarize text using GPT-4 with the specified prompt.",
42
  submit_label="Submit"
43
  )
44
  interface.launch()
 
37
  ],
38
  outputs=gr.Textbox(label="Summary"),
39
  live=False,
40
+ title="Ibrahimian GPT-4 Summarizer",
41
+ description="One cohesive summarization using GPT-4",
42
  submit_label="Submit"
43
  )
44
  interface.launch()