Spaces:
Running
Running
set to random as default
Browse files
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 |
-
|
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="
|
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",
|