Spaces:
Runtime error
Runtime error
TogetherAI
commited on
Commit
•
50de5bb
1
Parent(s):
10e3eda
Update app.py
Browse files
app.py
CHANGED
@@ -321,8 +321,8 @@ logger.info("start block")
|
|
321 |
|
322 |
with gr.Blocks(
|
323 |
title=f"{Path(model_loc).name}",
|
324 |
-
theme='ParityError/LimeFace'
|
325 |
-
) as block:
|
326 |
# buff_var = gr.State("")
|
327 |
with gr.Accordion("🎈 Info", open=False):
|
328 |
# gr.HTML(
|
|
|
321 |
|
322 |
with gr.Blocks(
|
323 |
title=f"{Path(model_loc).name}",
|
324 |
+
theme=gr.Theme('ParityError/LimeFace', text_size="sm", spacing_size="sm"),
|
325 |
+
) as block:
|
326 |
# buff_var = gr.State("")
|
327 |
with gr.Accordion("🎈 Info", open=False):
|
328 |
# gr.HTML(
|