mkaramb commited on
Commit
142e267
·
verified ·
1 Parent(s): 9cc8f0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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__":