rafaaa2105 commited on
Commit
b7e44db
1 Parent(s): 0b2e8c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def generate_images(
56
  gr.Warning("Prompt empty!")
57
 
58
  # Create the Gradio blocks
59
- with gr.Blocks() as demo:
60
  with gr.Row(equal_height=False):
61
  with gr.Column():
62
  with gr.Group():
 
56
  gr.Warning("Prompt empty!")
57
 
58
  # Create the Gradio blocks
59
+ with gr.Blocks(css="style.css", theme='derekzen/stardust) as demo:
60
  with gr.Row(equal_height=False):
61
  with gr.Column():
62
  with gr.Group():