jempf commited on
Commit
fac5f23
·
1 Parent(s): fd30b9c

set to random as default

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,7 +105,7 @@ Every time you hit **Submit** you’ll get a new, privacy-safe version of your i
105
  > • The “pool” setting uses an ad-hoc scaler (`StandardScaler`) because we process just one sample at a time; in production Ghost uses a batch-optimised `MinMaxScaler`.
106
  > • Quality is still work-in-progress—please report glitches!
107
 
108
- 🔗 Source & docs: <https://github.com/anamedi/ghost>
109
  """
110
 
111
  description = """
@@ -131,7 +131,7 @@ iface = gr.Interface(
131
  label="ASR engine"),
132
  gr.inputs.Dropdown(
133
  ["pool", "random", "pool raw"],
134
- type="value", default="pool",
135
  label="Privacy mode"),
136
  gr.inputs.Dropdown(
137
  ["Libri100", "Libri100 + finetuned", "Libri600",
 
105
  > • The “pool” setting uses an ad-hoc scaler (`StandardScaler`) because we process just one sample at a time; in production Ghost uses a batch-optimised `MinMaxScaler`.
106
  > • Quality is still work-in-progress—please report glitches!
107
 
108
+
109
  """
110
 
111
  description = """
 
131
  label="ASR engine"),
132
  gr.inputs.Dropdown(
133
  ["pool", "random", "pool raw"],
134
+ type="value", default="random",
135
  label="Privacy mode"),
136
  gr.inputs.Dropdown(
137
  ["Libri100", "Libri100 + finetuned", "Libri600",