linxy commited on
Commit
218f679
Β·
1 Parent(s): 55d21bf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ TOKEN = os.environ.get('HUB_TOKEN')
14
  repo = huggingface_hub.Repository(
15
  local_dir="data",
16
  repo_type="dataset",
17
- clone_from="freddyaboulton/gradio-reviews",
18
  use_auth_token=TOKEN
19
  )
20
  repo.git_pull()
 
14
  repo = huggingface_hub.Repository(
15
  local_dir="data",
16
  repo_type="dataset",
17
+ clone_from="linxy/oh-my-words",
18
  use_auth_token=TOKEN
19
  )
20
  repo.git_pull()