Matthias Kleiner
commited on
Commit
Β·
4f4eb2d
1
Parent(s):
99185c8
changed deckify repo
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ description = r"""
|
|
44 |
5οΈβ£ <b>Be patient π</b>: Generating the slides could take between 1 minute and 5 minutes.<br>
|
45 |
|
46 |
|
47 |
-
π If you get an error message, you can send me email with the PDF file attached to this email address: <b>nkoisheke [at] ethz [dot] ch</b>, and I will generate the slides for you. If there are any other issues or questions, please do not hesitate to contact me π€ <br>
|
48 |
|
49 |
πΌοΈ Some examples of slides generated using <b>SCIDECK</b> are shown below: <br>
|
50 |
1. Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift [[Paper]](https://arxiv.org/pdf/1502.03167.pdf) [[Slides]](https://drive.google.com/file/d/1Zt5FFH0nKxut-LyEr9pNAIdtgR_lBtIj/view?usp=sharing) <br>
|
@@ -58,7 +58,7 @@ ver 0.1
|
|
58 |
read_key = os.environ.get("HF_TOKEN", None)
|
59 |
|
60 |
if __name__ == "__main__":
|
61 |
-
client = Client.duplicate("
|
62 |
|
63 |
temp = "<h1> SCIDECK: Generate slides (LaTeX Beamer) from PDF</h1>"
|
64 |
with gr.Blocks() as demo:
|
|
|
44 |
5οΈβ£ <b>Be patient π</b>: Generating the slides could take between 1 minute and 5 minutes.<br>
|
45 |
|
46 |
|
47 |
+
# π If you get an error message, you can send me email with the PDF file attached to this email address: <b>nkoisheke [at] ethz [dot] ch</b>, and I will generate the slides for you. If there are any other issues or questions, please do not hesitate to contact me π€ <br>
|
48 |
|
49 |
πΌοΈ Some examples of slides generated using <b>SCIDECK</b> are shown below: <br>
|
50 |
1. Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift [[Paper]](https://arxiv.org/pdf/1502.03167.pdf) [[Slides]](https://drive.google.com/file/d/1Zt5FFH0nKxut-LyEr9pNAIdtgR_lBtIj/view?usp=sharing) <br>
|
|
|
58 |
read_key = os.environ.get("HF_TOKEN", None)
|
59 |
|
60 |
if __name__ == "__main__":
|
61 |
+
client = Client.duplicate("ByMatthew/deckify_private", hf_token=read_key)
|
62 |
|
63 |
temp = "<h1> SCIDECK: Generate slides (LaTeX Beamer) from PDF</h1>"
|
64 |
with gr.Blocks() as demo:
|