Spaces:
Runtime error
Runtime error
[TODO] vllm
Browse files
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'):
|