Spaces:
Runtime error
Runtime error
TogetherAI
commited on
Commit
•
265d5cc
1
Parent(s):
7f8677c
Update app.py
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ examples_list = [
|
|
319 |
|
320 |
logger.info("Starte Block")
|
321 |
|
322 |
-
theme =
|
323 |
|
324 |
with gr.Blocks(theme=theme, title=f"{Path(model_loc).name}") as block:
|
325 |
with gr.Accordion("🎈 Info", open=False):
|
|
|
319 |
|
320 |
logger.info("Starte Block")
|
321 |
|
322 |
+
theme = 'ParityError/LimeFace'
|
323 |
|
324 |
with gr.Blocks(theme=theme, title=f"{Path(model_loc).name}") as block:
|
325 |
with gr.Accordion("🎈 Info", open=False):
|