Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,6 @@ except ImportError:
|
|
| 25 |
# Custom modules
|
| 26 |
import tts_voice
|
| 27 |
import model_handler
|
| 28 |
-
from assets.theme import apple_css
|
| 29 |
|
| 30 |
# --- Configuration & Constants ---
|
| 31 |
TEMP_DIR = "temp"
|
|
@@ -329,7 +328,7 @@ def refresh_models():
|
|
| 329 |
|
| 330 |
# --- UI Construction ---
|
| 331 |
|
| 332 |
-
with gr.Blocks(title="Ilaria RVC 💖",
|
| 333 |
gr.Label("Ilaria RVC 💖")
|
| 334 |
gr.Markdown("Support the project by donating on [Ko-Fi](https://ko-fi.com/ilariaowo)")
|
| 335 |
gr.Markdown("Maintained by BF667")
|
|
|
|
| 25 |
# Custom modules
|
| 26 |
import tts_voice
|
| 27 |
import model_handler
|
|
|
|
| 28 |
|
| 29 |
# --- Configuration & Constants ---
|
| 30 |
TEMP_DIR = "temp"
|
|
|
|
| 328 |
|
| 329 |
# --- UI Construction ---
|
| 330 |
|
| 331 |
+
with gr.Blocks(title="Ilaria RVC 💖", theme="NeoPy/Soft") as app:
|
| 332 |
gr.Label("Ilaria RVC 💖")
|
| 333 |
gr.Markdown("Support the project by donating on [Ko-Fi](https://ko-fi.com/ilariaowo)")
|
| 334 |
gr.Markdown("Maintained by BF667")
|