Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ interface = gr.Interface(
|
|
| 76 |
outputs=gr.Plot(label="Token Probability Distribution"),
|
| 77 |
live=True,
|
| 78 |
title="Explore generation parameters of LLMs",
|
| 79 |
-
description
|
| 80 |
)
|
| 81 |
|
| 82 |
interface.launch()
|
|
|
|
| 76 |
outputs=gr.Plot(label="Token Probability Distribution"),
|
| 77 |
live=True,
|
| 78 |
title="Explore generation parameters of LLMs",
|
| 79 |
+
description=description,
|
| 80 |
)
|
| 81 |
|
| 82 |
interface.launch()
|