Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
9f2dbd7
1
Parent(s):
7493692
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ logging.getLogger('numba').setLevel(logging.WARNING)
|
|
32 |
project_name = "Unnamed"
|
33 |
model_path = f'./checkpoints/Unnamed/model_ckpt_steps_192000.ckpt'
|
34 |
config_path=f'./checkpoints/Unnamed/config.yaml'
|
35 |
-
hubert_gpu=
|
36 |
svc_model = Svc(project_name,config_path,hubert_gpu, model_path)
|
37 |
print('model loaded')
|
38 |
|
|
|
32 |
project_name = "Unnamed"
|
33 |
model_path = f'./checkpoints/Unnamed/model_ckpt_steps_192000.ckpt'
|
34 |
config_path=f'./checkpoints/Unnamed/config.yaml'
|
35 |
+
hubert_gpu=False
|
36 |
svc_model = Svc(project_name,config_path,hubert_gpu, model_path)
|
37 |
print('model loaded')
|
38 |
|