layerdiffusion commited on
Commit
1aab7b2
β€’
1 Parent(s): 66ef06b
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -328,13 +328,6 @@ with gr.Blocks(fill_height=True, css=css) as demo:
328
 
329
  render_button = gr.Button("Render the Image!", size='lg', variant="primary", visible=False)
330
 
331
- with gr.Row():
332
- gr.Markdown("Omost: converting LLM's coding capability to image compositing capability.")
333
- with gr.Row():
334
- gr.Markdown("See also local version (8GB VRAM): https://github.com/lllyasviel/Omost")
335
- with gr.Row():
336
- gr.Markdown("Note that you can only occupy zero GPU 170 seconds every 5 minutes. If connection error out, wait 5 minites and try again.")
337
-
338
  examples = gr.Dataset(
339
  samples=[
340
  ['generate an image of the fierce battle of warriors and a dragon'],
@@ -344,6 +337,13 @@ with gr.Blocks(fill_height=True, css=css) as demo:
344
  label='Quick Prompts'
345
  )
346
 
 
 
 
 
 
 
 
347
  with gr.Column(scale=75, elem_classes='inner_parent'):
348
  canvas_state = gr.State(None)
349
  chatbot = gr.Chatbot(label='Omost', scale=1, bubble_full_width=True, render=False)
 
328
 
329
  render_button = gr.Button("Render the Image!", size='lg', variant="primary", visible=False)
330
 
 
 
 
 
 
 
 
331
  examples = gr.Dataset(
332
  samples=[
333
  ['generate an image of the fierce battle of warriors and a dragon'],
 
337
  label='Quick Prompts'
338
  )
339
 
340
+ with gr.Row():
341
+ gr.Markdown("Omost: converting LLM's coding capability to image compositing capability.")
342
+ with gr.Row():
343
+ gr.Markdown("See also local version (8GB VRAM): https://github.com/lllyasviel/Omost")
344
+ with gr.Row():
345
+ gr.Markdown("Note that you can only occupy zero GPU 170 seconds every 5 minutes. If connection error out, wait 5 minites and try again.")
346
+
347
  with gr.Column(scale=75, elem_classes='inner_parent'):
348
  canvas_state = gr.State(None)
349
  chatbot = gr.Chatbot(label='Omost', scale=1, bubble_full_width=True, render=False)