Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
a52c105
1
Parent(s):
066c1c2
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ footer {
|
|
119 |
}
|
120 |
'''
|
121 |
|
122 |
-
with gr.Blocks(css=css, theme="
|
123 |
with gr.Column(elem_id="col-container"):
|
124 |
gr.Markdown("## SD3.5 TURBO")
|
125 |
|
|
|
119 |
}
|
120 |
'''
|
121 |
|
122 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
123 |
with gr.Column(elem_id="col-container"):
|
124 |
gr.Markdown("## SD3.5 TURBO")
|
125 |
|