Sebastiankay commited on
Commit
30430b0
1 Parent(s): 164015c

8. Sept. 2024, 06:04

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def process(Prompt, image_width, image_height, image_seed, randomize_seed):
158
 
159
 
160
  # MARK: Gradio BLOCKS UI
161
- with gr.Blocks(theme=theme, css=custom_css, js=custom_js, title=title) as demo:
162
  with gr.Tab("Image Generator"):
163
  with gr.Row():
164
  with gr.Column(min_width=420, scale=1):
 
158
 
159
 
160
  # MARK: Gradio BLOCKS UI
161
+ with gr.Blocks(theme=theme, head=custom_head, css=custom_css, js=custom_js, title=title) as demo:
162
  with gr.Tab("Image Generator"):
163
  with gr.Row():
164
  with gr.Column(min_width=420, scale=1):