Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ w_noise_model_v2, device = initialize_model(w_noise_model_v2_path)
|
|
| 123 |
|
| 124 |
models = {
|
| 125 |
"Without Noise": wo_noise_model,
|
| 126 |
-
"With Noise": w_noise_model
|
| 127 |
"With Noise V2": w_noise_model_v2
|
| 128 |
}
|
| 129 |
|
|
|
|
| 123 |
|
| 124 |
models = {
|
| 125 |
"Without Noise": wo_noise_model,
|
| 126 |
+
"With Noise": w_noise_model,
|
| 127 |
"With Noise V2": w_noise_model_v2
|
| 128 |
}
|
| 129 |
|