Spaces:
Sleeping
Sleeping
TogetherAI
commited on
Commit
•
faa071c
1
Parent(s):
d98a596
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ title = """
|
|
61 |
"""
|
62 |
|
63 |
|
64 |
-
with gr.Blocks(css=css) as demo:
|
65 |
with gr.Column(elem_id="col-container"):
|
66 |
gr.HTML(title)
|
67 |
|
|
|
61 |
"""
|
62 |
|
63 |
|
64 |
+
with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
|
65 |
with gr.Column(elem_id="col-container"):
|
66 |
gr.HTML(title)
|
67 |
|