Spaces:
Configuration error
Configuration error
Commit
·
49cf03c
1
Parent(s):
9f2dbd7
Rename app.py to renderer.pyback
Browse files- app.py → renderer.pyback +0 -16
app.py → renderer.pyback
RENAMED
|
@@ -1,19 +1,3 @@
|
|
| 1 |
-
title = "DIFF-SVC"
|
| 2 |
-
description = """
|
| 3 |
-
<p>
|
| 4 |
-
<body style="background-color: #18181a; color: white;"></body>
|
| 5 |
-
<center>
|
| 6 |
-
<h1>DIFF-SVC Inference Cloud</h1>
|
| 7 |
-
This is a Cloud Inference where you can render your models with your wav files
|
| 8 |
-
<p>Enter a link:</p>
|
| 9 |
-
<input type="text" id="link-input"/>
|
| 10 |
-
<p>Upload a WAV file:</p> <input type="file" id="wav-input" accept=".wav"/>
|
| 11 |
-
<button id="render-button">Render</button>
|
| 12 |
-
<p>Diff-SVC prediction:</p>
|
| 13 |
-
<p id="prediction-output"></p>
|
| 14 |
-
</center>
|
| 15 |
-
</p>
|
| 16 |
-
"""
|
| 17 |
from utils.hparams import hparams
|
| 18 |
from preprocessing.data_gen_utils import get_pitch_parselmouth,get_pitch_crepe
|
| 19 |
import numpy as np
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from utils.hparams import hparams
|
| 2 |
from preprocessing.data_gen_utils import get_pitch_parselmouth,get_pitch_crepe
|
| 3 |
import numpy as np
|