bupa1018 commited on
Commit
1b4e14a
·
1 Parent(s): 1376cdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -74,9 +74,8 @@ def initialize():
74
 
75
  #result = store_message_from_json(HF_TOKEN)
76
  #print(result)
77
- download_gitlab_repo_to_hfspace(GITLAB_API_URL, GITLAB_PROJECT_ID, GITLAB_PROJECT_VERSION, DATA_DIR, hf_api, HF_SPACE_NAME)
78
- manage_hf_files(HF_TOKEN)
79
- #initialize()
80
 
81
  # Get the current working directory
82
  working_directory = os.getcwd()
 
74
 
75
  #result = store_message_from_json(HF_TOKEN)
76
  #print(result)
77
+ #manage_hf_files(HF_TOKEN)
78
+ initialize()
 
79
 
80
  # Get the current working directory
81
  working_directory = os.getcwd()