ragavsachdeva commited on
Commit
b039c26
1 Parent(s): c5b10fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,5 +57,5 @@ gr.Interface(
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="Upload chapter pages and character bank to get annotated images and transcript.",
61
  ).launch()
 
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()