Update app.py
Browse files
app.py
CHANGED
@@ -74,9 +74,8 @@ def initialize():
|
|
74 |
|
75 |
#result = store_message_from_json(HF_TOKEN)
|
76 |
#print(result)
|
77 |
-
|
78 |
-
|
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()
|