Spaces:
Sleeping
Sleeping
ffreemt
commited on
Commit
β’
90ad64e
1
Parent(s):
42d22c3
Update Info open=True
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks(
|
|
276 |
css=css,
|
277 |
) as block:
|
278 |
# buff_var = gr.State("")
|
279 |
-
with gr.Accordion("π Info", open=
|
280 |
gr.Markdown(
|
281 |
f"""<h5><center>{Path(model_loc).name}</center></h4>
|
282 |
Doesn't quite work yet -- no output or run forever. Maybe the system prompt is not in order. """,
|
|
|
276 |
css=css,
|
277 |
) as block:
|
278 |
# buff_var = gr.State("")
|
279 |
+
with gr.Accordion("π Info", open=True):
|
280 |
gr.Markdown(
|
281 |
f"""<h5><center>{Path(model_loc).name}</center></h4>
|
282 |
Doesn't quite work yet -- no output or run forever. Maybe the system prompt is not in order. """,
|