johaunh commited on
Commit
e536b63
·
1 Parent(s): 6046756

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -148,8 +148,7 @@ class App:
148
  def __init__(self):
149
  description = (
150
  "# Text2KG\n\n"
151
- "Text2KG is a framework that automatically creates knowledge graphs from unstructured text.\n\n"
152
- "This framework uses ChatGPT to fulfill that task.\n\n"
153
  "**Usage:** (1) configure the pipeline; (2) add the text that will be processed"
154
  )
155
  demo = gr.Interface(
 
148
  def __init__(self):
149
  description = (
150
  "# Text2KG\n\n"
151
+ "Text2KG is a framework that uses ChatGPT to automatically creates knowledge graphs from plain text.\n\n"
 
152
  "**Usage:** (1) configure the pipeline; (2) add the text that will be processed"
153
  )
154
  demo = gr.Interface(