Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LuxExistentia
/
Age-PT
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LuxExistentia
commited on
Oct 6, 2024
Commit
983448b
·
1 Parent(s):
744959a
Deleted import state of custom_torch_module
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -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