Nymbo commited on
Commit
87428e1
·
verified ·
1 Parent(s): 1cb9cba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,7 +390,7 @@ footer {visibility: hidden !important;}
390
  print("Initializing Gradio interface...") # Debug log
391
 
392
  # Define the Gradio interface
393
- with gr.Blocks(theme='Nymbo/Nymbo_Theme_5') as dalle:
394
  # Tab for basic settings
395
  with gr.Tab("Basic Settings"):
396
  with gr.Row():
 
390
  print("Initializing Gradio interface...") # Debug log
391
 
392
  # Define the Gradio interface
393
+ with gr.Blocks(theme='Nymbo/Nymbo_Theme') as dalle:
394
  # Tab for basic settings
395
  with gr.Tab("Basic Settings"):
396
  with gr.Row():