Seetha commited on
Commit
fc60148
1 Parent(s): 336bea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -84,9 +84,9 @@ st.write(DATA_FILE)
84
 
85
  HF_TOKEN = os.environ.get("HF_TOKEN")
86
 
87
- repo = Repository(
88
- local_dir="huggingface-hub", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
89
- )
90
  #dataset = load_dataset('Seetha/visual_files')
91
 
92
  # print("is none?", HF_TOKEN is None)
 
84
 
85
  HF_TOKEN = os.environ.get("HF_TOKEN")
86
 
87
+ # repo = Repository(
88
+ # local_dir="huggingface-hub", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
89
+ # )
90
  #dataset = load_dataset('Seetha/visual_files')
91
 
92
  # print("is none?", HF_TOKEN is None)