Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ gr.close_all()
|
|
| 14 |
|
| 15 |
demo = gr.Interface(
|
| 16 |
fn=summary,
|
| 17 |
-
inputs=[gr.
|
| 18 |
-
outputs=[gr.
|
| 19 |
title="3mtt GenAi project: Note summarize ",
|
| 20 |
description="This application will be used to summeraize note")
|
| 21 |
|
|
|
|
| 14 |
|
| 15 |
demo = gr.Interface(
|
| 16 |
fn=summary,
|
| 17 |
+
inputs=[gr.Textbox(label="input Note to summarize", lines=6)],
|
| 18 |
+
outputs=[gr.Textbox(label="summarize Note", lines=6)],
|
| 19 |
title="3mtt GenAi project: Note summarize ",
|
| 20 |
description="This application will be used to summeraize note")
|
| 21 |
|