TogetherAI commited on
Commit
265d5cc
1 Parent(s): 7f8677c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ examples_list = [
319
 
320
  logger.info("Starte Block")
321
 
322
- theme = gr.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):
 
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):