Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ iface = gr.Interface(
|
|
| 120 |
gr.File(file_count="multiple", label="Upload PDFs (optional)")
|
| 121 |
],
|
| 122 |
outputs=[
|
| 123 |
-
gr.Textbox(label="Generated Notes"),
|
| 124 |
gr.File(label="Download as PDF"),
|
| 125 |
gr.File(label="Download as DOCX")
|
| 126 |
],
|
|
|
|
| 120 |
gr.File(file_count="multiple", label="Upload PDFs (optional)")
|
| 121 |
],
|
| 122 |
outputs=[
|
| 123 |
+
gr.Textbox(label="Generated Notes", lines=15),
|
| 124 |
gr.File(label="Download as PDF"),
|
| 125 |
gr.File(label="Download as DOCX")
|
| 126 |
],
|