Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,7 @@ ROFORMER_MODELS = {
|
|
| 161 |
OUTPUT_FORMATS = ['wav', 'flac', 'mp3', 'ogg', 'opus', 'm4a', 'aiff', 'ac3']
|
| 162 |
|
| 163 |
# CSS (unchanged from provided version)
|
| 164 |
-
|
| 165 |
body {
|
| 166 |
background: linear-gradient(to bottom, rgba(45, 11, 11, 0.9), rgba(0, 0, 0, 0.8)), url('/content/logo.jpg') no-repeat center center fixed;
|
| 167 |
background-size: cover;
|
|
|
|
| 161 |
OUTPUT_FORMATS = ['wav', 'flac', 'mp3', 'ogg', 'opus', 'm4a', 'aiff', 'ac3']
|
| 162 |
|
| 163 |
# CSS (unchanged from provided version)
|
| 164 |
+
CSS = """
|
| 165 |
body {
|
| 166 |
background: linear-gradient(to bottom, rgba(45, 11, 11, 0.9), rgba(0, 0, 0, 0.8)), url('/content/logo.jpg') no-repeat center center fixed;
|
| 167 |
background-size: cover;
|