umairahmad1789 commited on
Commit
dc83630
·
verified ·
1 Parent(s): 900c1b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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