Abid Ali Awan
commited on
Commit
·
91ef89a
1
Parent(s):
c3159df
Remove titles from local file and URL document converter interfaces in app.py
Browse files- src/app.py +0 -2
src/app.py
CHANGED
|
@@ -114,7 +114,6 @@ local_file_demo = gr.Interface(
|
|
| 114 |
),
|
| 115 |
],
|
| 116 |
outputs=gr.File(label="Download Converted File"),
|
| 117 |
-
title="Local File Converter",
|
| 118 |
description="Convert documents from your local file system to different formats.",
|
| 119 |
)
|
| 120 |
|
|
@@ -144,7 +143,6 @@ url_demo = gr.Interface(
|
|
| 144 |
),
|
| 145 |
],
|
| 146 |
outputs=gr.File(label="Download Converted File"),
|
| 147 |
-
title="URL Document Converter",
|
| 148 |
description="Download and convert documents directly from URLs to different formats.",
|
| 149 |
)
|
| 150 |
|
|
|
|
| 114 |
),
|
| 115 |
],
|
| 116 |
outputs=gr.File(label="Download Converted File"),
|
|
|
|
| 117 |
description="Convert documents from your local file system to different formats.",
|
| 118 |
)
|
| 119 |
|
|
|
|
| 143 |
),
|
| 144 |
],
|
| 145 |
outputs=gr.File(label="Download Converted File"),
|
|
|
|
| 146 |
description="Download and convert documents directly from URLs to different formats.",
|
| 147 |
)
|
| 148 |
|