peizesun commited on
Commit
586a2cd
1 Parent(s): 925c081

[TODO] vllm

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ examples = [
178
  ]
179
 
180
  with gr.Blocks() as demo:
181
- gr.Markdown("<h1 style='text-align: center'>Autoregressive Model Beats Diffusion: Llama for Scalable Image Generation</h1>")
182
 
183
  with gr.Tabs():
184
  with gr.TabItem('Generate'):
 
178
  ]
179
 
180
  with gr.Blocks() as demo:
181
+ gr.Markdown("<h1 style='text-align: center'>Autoregressive Model Beats Diffusion: Llama for Scalable Image Generation</h1><h1 style='text-align: center'>(This is non-vLLM version, vLLM version with <span style='color: red;'>300%-400%</span> speedup is coming soon ! )</h1>")
182
 
183
  with gr.Tabs():
184
  with gr.TabItem('Generate'):