Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
90f9bb2
1
Parent(s):
2df5362
Update app.py
Browse files
app.py
CHANGED
@@ -305,7 +305,7 @@ with block:
|
|
305 |
</div>
|
306 |
"""
|
307 |
)
|
308 |
-
with gr.Accordion(label="License", open=
|
309 |
gr.HTML(
|
310 |
"""<div class="acknowledgments">
|
311 |
<p><h4>LICENSE</h4>
|
|
|
305 |
</div>
|
306 |
"""
|
307 |
)
|
308 |
+
with gr.Accordion(label="License", open=True):
|
309 |
gr.HTML(
|
310 |
"""<div class="acknowledgments">
|
311 |
<p><h4>LICENSE</h4>
|