Spaces:
Sleeping
Sleeping
File size: 142 Bytes
5a32ee0 |
1 2 3 4 5 6 7 8 9 10 |
# Test notebook
import os
from google.colab import drive
# Mount Google Drive
drive.mount('/content/gdrive')
# Run the main function
main() |