Spaces:
Sleeping
Sleeping
skylersterling
commited on
Update app.py
Browse files
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
|
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()
|