Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ function refresh() {
|
|
133 |
"""
|
134 |
|
135 |
# with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=CSS, js=js_func) as demo:
|
136 |
-
with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS) as demo:
|
137 |
gr.HTML("")
|
138 |
with gr.Tab('6 Models'):
|
139 |
with gr.Column(scale=2):
|
|
|
133 |
"""
|
134 |
|
135 |
# with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=CSS, js=js_func) as demo:
|
136 |
+
with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS, js=js_func) as demo:
|
137 |
gr.HTML("")
|
138 |
with gr.Tab('6 Models'):
|
139 |
with gr.Column(scale=2):
|