Spaces:
Running
Running
Deila Proalfa
commited on
Commit
·
c36ee8b
1
Parent(s):
b1dbfe9
Update app.py
Browse files
app.py
CHANGED
@@ -42,10 +42,9 @@ article = "Inspired by <p><a href='https://github.com/facebookresearch/demucs' t
|
|
42 |
gr.outputs.Audio(type = "filepath", label = "Other")
|
43 |
],
|
44 |
article = article,
|
45 |
-
theme = '
|
46 |
allow_flagging = "never",
|
47 |
css="style.css", # Hinzugefügt
|
48 |
-
theme="NoCrypt/[email protected]" # Hinzugefügt
|
49 |
)
|
50 |
|
51 |
#demo.queue(concurrency_count = 10)
|
|
|
42 |
gr.outputs.Audio(type = "filepath", label = "Other")
|
43 |
],
|
44 |
article = article,
|
45 |
+
theme = 'NoCrypt/[email protected]',
|
46 |
allow_flagging = "never",
|
47 |
css="style.css", # Hinzugefügt
|
|
|
48 |
)
|
49 |
|
50 |
#demo.queue(concurrency_count = 10)
|