Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ window.addEventListener('load', () => {
|
|
| 167 |
"""
|
| 168 |
|
| 169 |
# with gr.Blocks(fill_width=True, head=js) as demo:
|
| 170 |
-
with gr.Blocks() as demo:
|
| 171 |
with gr.Tab(str(num_models) + ' Models'):
|
| 172 |
with gr.Column(scale=2):
|
| 173 |
with gr.Group():
|
|
|
|
| 167 |
"""
|
| 168 |
|
| 169 |
# with gr.Blocks(fill_width=True, head=js) as demo:
|
| 170 |
+
with gr.Blocks(theme="JohnSmith9982/small_and_pretty") as demo:
|
| 171 |
with gr.Tab(str(num_models) + ' Models'):
|
| 172 |
with gr.Column(scale=2):
|
| 173 |
with gr.Group():
|