RAYAuser commited on
Commit
622fbfb
·
verified ·
1 Parent(s): 2b1b4b7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -96,7 +96,7 @@ Z_DIM = 100
96
  NGF = 64
97
  NUM_CLASSES = 10
98
  IMAGE_SIZE = 32
99
- MODEL_FILE = "Raygan-zalando_datasetsgen.pth"
100
 
101
  class_names = [
102
  "T-shirt/top", "Trouser", "Pullover", "Dress", "Coat",
 
96
  NGF = 64
97
  NUM_CLASSES = 10
98
  IMAGE_SIZE = 32
99
+ MODEL_FILE = os.path.join(os.path.dirname(__file__), "Raygan-zalando_datasetsgen.pth")
100
 
101
  class_names = [
102
  "T-shirt/top", "Trouser", "Pullover", "Dress", "Coat",