Liusuthu commited on
Commit
2e86ea7
·
verified ·
1 Parent(s): e45901c

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +2 -2
model.py CHANGED
@@ -13,8 +13,8 @@ from torchvision import transforms
13
  from pytorch_grad_cam import GradCAM
14
 
15
  # Importing necessary components for the Gradio app
16
- from app.config import config_data
17
- from app.model_architectures import ResNet50, LSTMPyTorch
18
 
19
 
20
  def load_model(model_url, model_path):
 
13
  from pytorch_grad_cam import GradCAM
14
 
15
  # Importing necessary components for the Gradio app
16
+ from config import config_data
17
+ from model_architectures import ResNet50, LSTMPyTorch
18
 
19
 
20
  def load_model(model_url, model_path):