skylersterling commited on
Commit
d152efa
·
verified ·
1 Parent(s): 9981bd0

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 topics/themes 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 estimate of the topic/theme of a given conversation."
57
  )
58
 
59
  interface.launch()