Spaces:
Sleeping
Sleeping
miku theme
Browse files
app.py
CHANGED
@@ -222,7 +222,7 @@ initial_md = """
|
|
222 |
![banner that says mikutts](https://huggingface.co/spaces/NoCrypt/mikuTTS/resolve/main/imgs/banner_mikutts.webp)
|
223 |
"""
|
224 |
|
225 |
-
app = gr.Blocks()
|
226 |
with app:
|
227 |
gr.Markdown(initial_md)
|
228 |
with gr.Row():
|
|
|
222 |
![banner that says mikutts](https://huggingface.co/spaces/NoCrypt/mikuTTS/resolve/main/imgs/banner_mikutts.webp)
|
223 |
"""
|
224 |
|
225 |
+
app = gr.Blocks(theme='NoCrypt/miku')
|
226 |
with app:
|
227 |
gr.Markdown(initial_md)
|
228 |
with gr.Row():
|