EmoCube commited on
Commit
8886d40
·
verified ·
1 Parent(s): 156f4d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ css = """
58
  }
59
  """
60
 
61
- with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
62
  gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")
63
  with gr.Column(elem_id="app-container"):
64
  with gr.Row():
 
58
  }
59
  """
60
 
61
+ with gr.Blocks(theme='gstaff/xkcd', css=css) as app:
62
  gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")
63
  with gr.Column(elem_id="app-container"):
64
  with gr.Row():