Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ footer {
|
|
161 |
def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_available() else "cpu",
|
162 |
offload: bool = False):
|
163 |
|
164 |
-
with gr.Blocks(theme="
|
165 |
|
166 |
|
167 |
with gr.Row():
|
|
|
161 |
def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_available() else "cpu",
|
162 |
offload: bool = False):
|
163 |
|
164 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
165 |
|
166 |
|
167 |
with gr.Row():
|