Removed description
Browse files
app.py
CHANGED
|
@@ -212,7 +212,6 @@ demo = gr.Interface(
|
|
| 212 |
],
|
| 213 |
outputs=gr.HTML(label="Diffusion Output"),
|
| 214 |
title="LAD Chat",
|
| 215 |
-
description="This interface runs a diffusion-based language model to generate answers progressively.",
|
| 216 |
allow_flagging="never",
|
| 217 |
live=False # ensures the Stop button appears properly
|
| 218 |
)
|
|
|
|
| 212 |
],
|
| 213 |
outputs=gr.HTML(label="Diffusion Output"),
|
| 214 |
title="LAD Chat",
|
|
|
|
| 215 |
allow_flagging="never",
|
| 216 |
live=False # ensures the Stop button appears properly
|
| 217 |
)
|