You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this email finds you well. I encountered an issue with the main file (app.py) of our Breast Cancer Detection project. It seems that the file is corrupt and showing the following error:-
Traceback (most recent call last):
File "app.py", line 4, in
from weights import download_weights
File "E:\PROJECT2\Breast-Cancer-Detection\weights.py", line 1, in
from google_drive_downloader import GoogleDriveDownloader as gdd
ModuleNotFoundError: No module named 'google_drive_downloader'
The text was updated successfully, but these errors were encountered:
I hope this email finds you well. I encountered an issue with the main file (app.py) of our Breast Cancer Detection project. It seems that the file is corrupt and showing the following error:-
Traceback (most recent call last):
File "app.py", line 4, in
from weights import download_weights
File "E:\PROJECT2\Breast-Cancer-Detection\weights.py", line 1, in
from google_drive_downloader import GoogleDriveDownloader as gdd
ModuleNotFoundError: No module named 'google_drive_downloader'
The text was updated successfully, but these errors were encountered: