Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,8 +17,8 @@ iface = gr.Interface(
|
|
| 17 |
fn=convert_pdf_to_pgn,
|
| 18 |
inputs=[file_input, game_start_page_no, game_end_page_no],
|
| 19 |
outputs=[gr.File(label="Download Processed PGN File"), gr.HTML(label="Lichess Link"), gr_pdf.PDF(label="Selected Pages PDF")],
|
| 20 |
-
title="Chess Book PDF to PGN Converter",
|
| 21 |
-
description="Upload a PDF file containing a game from a chess book, specify the pages containing the game (for accuracy use the tool on a single game at a time), and download the processed PGN file for the game.",
|
| 22 |
examples=examples,
|
| 23 |
cache_examples=True
|
| 24 |
)
|
|
|
|
| 17 |
fn=convert_pdf_to_pgn,
|
| 18 |
inputs=[file_input, game_start_page_no, game_end_page_no],
|
| 19 |
outputs=[gr.File(label="Download Processed PGN File"), gr.HTML(label="Lichess Link"), gr_pdf.PDF(label="Selected Pages PDF")],
|
| 20 |
+
title="♟️LitChessAI🔥 - Chess Book PDF to PGN Converter",
|
| 21 |
+
description="Upload a PDF file containing a game from a chess book, specify the pages containing the game (for accuracy use the tool on a single game at a time), and download the processed PGN file for the game. We also share a Lichess link that you can open to open the game in an interactive experience.",
|
| 22 |
examples=examples,
|
| 23 |
cache_examples=True
|
| 24 |
)
|