Spaces:
Sleeping
Sleeping
Commit ·
3e17428
1
Parent(s): 16caef5
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,10 +34,9 @@ def main():
|
|
| 34 |
inputs=[
|
| 35 |
gr.Textbox(label="API Key", type="password"),
|
| 36 |
gr.Textbox(label="Text to Summarize",
|
| 37 |
-
placeholder="Enter your text here...",
|
| 38 |
-
lines=200 )
|
| 39 |
],
|
| 40 |
-
outputs=gr.Textbox(label="Summary"),
|
| 41 |
live=False,
|
| 42 |
title="Ibrahimian GPT-4 Summarizer",
|
| 43 |
description="One cohesive summarization using GPT-4",
|
|
|
|
| 34 |
inputs=[
|
| 35 |
gr.Textbox(label="API Key", type="password"),
|
| 36 |
gr.Textbox(label="Text to Summarize",
|
| 37 |
+
placeholder="Enter your text here...", lines=20 )
|
|
|
|
| 38 |
],
|
| 39 |
+
outputs=gr.Textbox(label="Summary",lines=20),
|
| 40 |
live=False,
|
| 41 |
title="Ibrahimian GPT-4 Summarizer",
|
| 42 |
description="One cohesive summarization using GPT-4",
|