Sebastiankay commited on
Commit
f59a3f6
1 Parent(s): f64c1d6

8. Sept. 2024, 06:51

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