skylersterling commited on
Commit
4a75718
·
verified ·
1 Parent(s): 6532f26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ interface = gr.Interface(
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()
 
53
  ],
54
  outputs=gr.Textbox(),
55
  live=False,
56
+ description="TopicGPT processes the input and returns a reasonably accurate estimate of the topics of a given conversation."
57
  )
58
 
59
  interface.launch()