LuxExistentia commited on
Commit
983448b
·
1 Parent(s): 744959a

Deleted import state of custom_torch_module

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ from PIL import Image
4
  import torch
5
  from torch import nn
6
  import timm
7
- from custom_torch_module import setup_utils
8
 
9
 
10
 
 
4
  import torch
5
  from torch import nn
6
  import timm
 
7
 
8
 
9