Spaces:
Sleeping
Sleeping
Commit
·
a4a151a
1
Parent(s):
b57ad76
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def main():
|
|
35 |
gr.inputs.Textbox(label="API Key", type="password", lines=1),
|
36 |
gr.inputs.Textbox(label="Text to Summarize", lines=25)
|
37 |
],
|
38 |
-
outputs=gr.outputs.
|
39 |
live=False,
|
40 |
title="Ibrahim App : GPT4 One Paragraph Summary",
|
41 |
description="Summarize text using GPT-4 in one Paragraph."
|
|
|
35 |
gr.inputs.Textbox(label="API Key", type="password", lines=1),
|
36 |
gr.inputs.Textbox(label="Text to Summarize", lines=25)
|
37 |
],
|
38 |
+
outputs=gr.outputs.Textbox(label="Summary", lines=10),
|
39 |
live=False,
|
40 |
title="Ibrahim App : GPT4 One Paragraph Summary",
|
41 |
description="Summarize text using GPT-4 in one Paragraph."
|