Matthias Kleiner commited on
Commit
007770e
1 Parent(s): a5926f8

push changes to cle org

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ import datetime
5
  from huggingface_hub import hf_api, CommitScheduler, HfApi
6
  from pathlib import Path
7
 
8
- deckify_private = "ByMatthew/deckify_private"
9
- # deckify_private = "eth-zurich-cle/deckify_private"
10
 
11
  repo_id = "eth-zurich-cle/scideck-dataset"
12
 
 
5
  from huggingface_hub import hf_api, CommitScheduler, HfApi
6
  from pathlib import Path
7
 
8
+ # deckify_private = "ByMatthew/deckify_private"
9
+ deckify_private = "eth-zurich-cle/deckify_private"
10
 
11
  repo_id = "eth-zurich-cle/scideck-dataset"
12