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