Spaces:
Sleeping
Sleeping
Commit
·
479c05b
1
Parent(s):
9ccb59b
Update app.py
Browse files
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="
|
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()
|