Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -461,10 +461,10 @@ with demo:
|
|
461 |
|
462 |
|
463 |
# blz ---
|
464 |
-
import os
|
465 |
-
os.makedirs('output', exist_ok=True)
|
466 |
-
with open('output/results.csv', 'w') as f:
|
467 |
-
f.write('hello world')
|
468 |
|
469 |
print(f"app start time {time.time() - app_start_time:.2f} seconds")
|
470 |
# blz end ----
|
|
|
461 |
|
462 |
|
463 |
# blz ---
|
464 |
+
#import os
|
465 |
+
#os.makedirs('output', exist_ok=True)
|
466 |
+
#with open('output/results.csv', 'w') as f:
|
467 |
+
# f.write('hello world')
|
468 |
|
469 |
print(f"app start time {time.time() - app_start_time:.2f} seconds")
|
470 |
# blz end ----
|