Spaces:
Running
Running
NCTCMumbai
commited on
Commit
•
2ba16c6
1
Parent(s):
2de1a60
Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ article="<p style='color:black;text-align:right;font-size:1vw;'>Powered by NCTC
|
|
212 |
absolute_path_1 = os.path.abspath(checkpoint_filepath)
|
213 |
|
214 |
# Print the absolute path
|
215 |
-
print("Absolute path:",
|
216 |
|
217 |
blocked_files=[absolute_path_1]
|
218 |
|
|
|
212 |
absolute_path_1 = os.path.abspath(checkpoint_filepath)
|
213 |
|
214 |
# Print the absolute path
|
215 |
+
print("Absolute path:", absolute_path_1)
|
216 |
|
217 |
blocked_files=[absolute_path_1]
|
218 |
|