Matthias Kleiner commited on
Commit
4f4eb2d
Β·
1 Parent(s): 99185c8

changed deckify repo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Nauryzbay/deckify_private", hf_token=read_key)
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: