skylersterling commited on
Commit
6532f26
·
verified ·
1 Parent(s): 3f73fe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()