vilarin commited on
Commit
6709c15
·
verified ·
1 Parent(s): 22406bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ examples = [
96
 
97
  # Gradio Interface
98
 
99
- with gr.Blocks(css=CSS, js=JS, theme="Nymbo/Nymbo_Theme") as demo:
100
  gr.HTML("<h1><center>Flux Lab Light</center></h1>")
101
  gr.HTML("<p><center>Powered By HF Inference API</center></p>")
102
  with gr.Row():
 
96
 
97
  # Gradio Interface
98
 
99
+ with gr.Blocks(css=CSS, js=JS, theme="ocean") as demo:
100
  gr.HTML("<h1><center>Flux Lab Light</center></h1>")
101
  gr.HTML("<p><center>Powered By HF Inference API</center></p>")
102
  with gr.Row():