openfree commited on
Commit
dc1fd98
1 Parent(s): ecaeb7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -598,7 +598,7 @@ def infer_upscale(
598
 
599
 
600
 
601
- with gr.Blocks(theme=gr.themes.Default(), css=css) as app:
602
  loras_state = gr.State(loras)
603
  selected_indices = gr.State([])
604
 
 
598
 
599
 
600
 
601
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as app:
602
  loras_state = gr.State(loras)
603
  selected_indices = gr.State([])
604