Spaces:
Runtime error
Runtime error
Remove useless upload call
Browse files- 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):
|