Update app.py
Browse files
app.py
CHANGED
|
@@ -245,6 +245,7 @@ def load_hubert():
|
|
| 245 |
hubert_model = HuBERT(model_path)
|
| 246 |
return hubert_model
|
| 247 |
|
|
|
|
| 248 |
|
| 249 |
weight_root = "weights"
|
| 250 |
index_root = "logs"
|
|
|
|
| 245 |
hubert_model = HuBERT(model_path)
|
| 246 |
return hubert_model
|
| 247 |
|
| 248 |
+
hubert_model = load_hubert()
|
| 249 |
|
| 250 |
weight_root = "weights"
|
| 251 |
index_root = "logs"
|