Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ feature_extractor = AutoFeatureExtractor.from_pretrained(repo_id)
|
|
| 16 |
|
| 17 |
|
| 18 |
SAMPLE_RATE = feature_extractor.sampling_rate
|
| 19 |
-
SEED =
|
| 20 |
|
| 21 |
default_text = "Please surprise me and speak in whatever voice you enjoy."
|
| 22 |
examples = [
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
SAMPLE_RATE = feature_extractor.sampling_rate
|
| 19 |
+
SEED = 42
|
| 20 |
|
| 21 |
default_text = "Please surprise me and speak in whatever voice you enjoy."
|
| 22 |
examples = [
|