Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ examples = [
|
|
124 |
]
|
125 |
|
126 |
##################################################################################################################
|
127 |
-
with gr.Blocks(title=title_v6) as demo:
|
128 |
gr.HTML(f"<div style=\"text-align: center;\">\n<h1>{title_v6}</h1>\n</div>")
|
129 |
|
130 |
with gr.Tab("=== Base Model (Raw Generation) ==="):
|
|
|
124 |
]
|
125 |
|
126 |
##################################################################################################################
|
127 |
+
with gr.Blocks(title=title_v6, theme=gr.themes.Base()) as demo:
|
128 |
gr.HTML(f"<div style=\"text-align: center;\">\n<h1>{title_v6}</h1>\n</div>")
|
129 |
|
130 |
with gr.Tab("=== Base Model (Raw Generation) ==="):
|