Junfeng5 commited on
Commit
4bf19e5
·
verified ·
1 Parent(s): f3fb44a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,7 +42,7 @@ CSS ="""
42
 
43
  title_html = """
44
  <div style="display: flex; flex-direction: column; align-items: center; gap: 10px;">
45
- <h1 style="margin: 0; line-height: 1; text-align: center;"> Liquid: Language Models are Scalable Multi-modal <br> Generators via Unified Understanding and Generation</h1>
46
  </div>
47
  """
48
 
@@ -315,6 +315,7 @@ with gr.Blocks(fill_height=True) as demo:
315
  stop_btn="Stop Generation",
316
  additional_inputs = [guidance_scale, temperature, top_K, top_P],
317
  additional_inputs_accordion="⚙️ Advanced Settings",
 
318
  multimodal=False,
319
  cache_examples=False,
320
  textbox=chat_input_T2I,
 
42
 
43
  title_html = """
44
  <div style="display: flex; flex-direction: column; align-items: center; gap: 10px;">
45
+ <h1 style="margin: 0; line-height: 1; text-align: center;"> Liquid: Language Models are Scalable and Unified Multi-modal Generators </h1>
46
  </div>
47
  """
48
 
 
315
  stop_btn="Stop Generation",
316
  additional_inputs = [guidance_scale, temperature, top_K, top_P],
317
  additional_inputs_accordion="⚙️ Advanced Settings",
318
+ run_examples_on_click=False,
319
  multimodal=False,
320
  cache_examples=False,
321
  textbox=chat_input_T2I,