TheXeos commited on
Commit
d6a27fe
1 Parent(s): 0c4a5ad

Remove useless upload call

Browse files
Files changed (1) hide show
  1. background_task.py +0 -1
background_task.py CHANGED
@@ -108,7 +108,6 @@ class Matchmaking:
108
  print(df.head())
109
  repo_temp.git_pull()
110
  df.to_csv(os.path.join(TEMP_DIR, TEMP_FILENAME), index=False)
111
- api.upload_file(os.path.join(TEMP_DIR, TEMP_FILENAME))
112
  repo_temp.push_to_hub(commit_message="Reset results.csv")
113
 
114
  def find_model(self, author, name):
 
108
  print(df.head())
109
  repo_temp.git_pull()
110
  df.to_csv(os.path.join(TEMP_DIR, TEMP_FILENAME), index=False)
 
111
  repo_temp.push_to_hub(commit_message="Reset results.csv")
112
 
113
  def find_model(self, author, name):