iabualhaol commited on
Commit
a4a151a
·
1 Parent(s): b57ad76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textarea(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."
 
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."