ragavsachdeva commited on
Commit
5c52575
1 Parent(s): b039c26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,6 +56,6 @@ gr.Interface(
56
  fn=process_images,
57
  inputs=[chapter_pages_input, character_bank_images_input, character_bank_names_input],
58
  outputs=[output_images, transcript_output],
59
- title="Tails Tell Tails: Chapter-Wide Manga Transcriptions With Character Names",
60
  description="Instructions: (i) Upload a sequence of manga pages, (ii) Upload a set of reference character images, (iii) Provide the names for each character image, (iv) Sit tight, this can take a couple of minutes (OCR model is slow). Note: The job will abort after 3mins, so don't upload too many images (30ish is fine).",
61
  ).launch()
 
56
  fn=process_images,
57
  inputs=[chapter_pages_input, character_bank_images_input, character_bank_names_input],
58
  outputs=[output_images, transcript_output],
59
+ title="Tails Tell Tales: Chapter-Wide Manga Transcriptions With Character Names",
60
  description="Instructions: (i) Upload a sequence of manga pages, (ii) Upload a set of reference character images, (iii) Provide the names for each character image, (iv) Sit tight, this can take a couple of minutes (OCR model is slow). Note: The job will abort after 3mins, so don't upload too many images (30ish is fine).",
61
  ).launch()