Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,8 @@ interface = gr.Interface(
|
|
186 |
inputs="file",
|
187 |
outputs="html",
|
188 |
title="Document AI Translation",
|
189 |
-
description="Upload a ZIP file containing JPEG/JPG images, and the system will extract and translate text from each image."
|
|
|
190 |
)
|
191 |
|
192 |
if __name__ == "__main__":
|
|
|
186 |
inputs="file",
|
187 |
outputs="html",
|
188 |
title="Document AI Translation",
|
189 |
+
description="Upload a ZIP file containing JPEG/JPG images, and the system will extract and translate text from each image.",
|
190 |
+
css=css
|
191 |
)
|
192 |
|
193 |
if __name__ == "__main__":
|