keysun89 commited on
Commit
668fc1e
·
verified ·
1 Parent(s): fab5866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import hf_hub_download
7
  from generator_1 import Generator_1 # Import your generator class
8
  from generator_2 import Generator_2
9
  # Import your generator class
10
- # from generator import Generator # Uncomment and adjust to your file
11
 
12
  # wts = ['trial_0_G (1).pth' , 'trial_0_G (2).pth' , 'trial_0_G (3).pth' , 'trial_0_G (4).pth' , 'trial_0_G (5).pth' , 'trial_0_G.pth' ]
13
  wts = [ 'trial_0_G (2).pth' , 'trial_0_G (5).pth' , 'trial_0_G.pth' ]
 
7
  from generator_1 import Generator_1 # Import your generator class
8
  from generator_2 import Generator_2
9
  # Import your generator class
10
+
11
 
12
  # wts = ['trial_0_G (1).pth' , 'trial_0_G (2).pth' , 'trial_0_G (3).pth' , 'trial_0_G (4).pth' , 'trial_0_G (5).pth' , 'trial_0_G.pth' ]
13
  wts = [ 'trial_0_G (2).pth' , 'trial_0_G (5).pth' , 'trial_0_G.pth' ]