Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -181,7 +181,7 @@ def load_models():
|
|
| 181 |
try:
|
| 182 |
import silentcipher
|
| 183 |
# print("Loading silentcipher watermarking model...")
|
| 184 |
-
silentcipher_model = silentcipher.get_model(model_type='44.1k', device='
|
| 185 |
# print("Silentcipher model loaded successfully!")
|
| 186 |
except Exception as e:
|
| 187 |
print(f"Warning: Failed to load silentcipher model: {e}")
|
|
|
|
| 181 |
try:
|
| 182 |
import silentcipher
|
| 183 |
# print("Loading silentcipher watermarking model...")
|
| 184 |
+
silentcipher_model = silentcipher.get_model(model_type='44.1k', device='cpu')
|
| 185 |
# print("Silentcipher model loaded successfully!")
|
| 186 |
except Exception as e:
|
| 187 |
print(f"Warning: Failed to load silentcipher model: {e}")
|