skylersterling commited on
Commit
4efb6fe
·
verified ·
1 Parent(s): d152efa

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="TopicGPT processes the input and returns a reasonably accurate estimate of the topic/theme of a given 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 guess of the topic/theme of a given conversation."
57
  )
58
 
59
  interface.launch()