Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ CSS="""
|
|
124 |
|
125 |
# with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=CSS) as demo:
|
126 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS) as demo:
|
127 |
-
gr.HTML(
|
128 |
<script>
|
129 |
const url = new URL(window.location);
|
130 |
|
@@ -133,7 +133,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS)
|
|
133 |
window.location.href = url.href;
|
134 |
}
|
135 |
</script>
|
136 |
-
)
|
137 |
with gr.Tab('6 Models'):
|
138 |
with gr.Column(scale=2):
|
139 |
with gr.Group():
|
|
|
124 |
|
125 |
# with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=CSS) as demo:
|
126 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS) as demo:
|
127 |
+
gr.HTML("""
|
128 |
<script>
|
129 |
const url = new URL(window.location);
|
130 |
|
|
|
133 |
window.location.href = url.href;
|
134 |
}
|
135 |
</script>
|
136 |
+
""")
|
137 |
with gr.Tab('6 Models'):
|
138 |
with gr.Column(scale=2):
|
139 |
with gr.Group():
|