Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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' ]
|