Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,8 @@ interface = gr.Interface(
|
|
52 |
gr.Slider(minimum=0.05, maximum=1.0, value=0.3, label="Top-p")
|
53 |
],
|
54 |
outputs=gr.Textbox(),
|
55 |
-
live=False
|
|
|
56 |
)
|
57 |
|
58 |
interface.launch()
|
|
|
52 |
gr.Slider(minimum=0.05, maximum=1.0, value=0.3, label="Top-p")
|
53 |
],
|
54 |
outputs=gr.Textbox(),
|
55 |
+
live=False,
|
56 |
+
description="The model processes the input and returns a reasonably accurate estimate of the topics of the conversation."
|
57 |
)
|
58 |
|
59 |
interface.launch()
|