helliun commited on
Commit
9a99e73
1 Parent(s): 45487b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def clear_graph(api_key,graph):
25
  graph = []
26
  kg = KnowledgeGraph(api_key)
27
  graph.append(kg)
28
- return graph,Image.new('RGB', (200, 100),(255, 255, 255))
29
 
30
  title = "GPT-4 Knowledge Graph Generator"
31
  description = "Enter text to generate a knowledge graph using GPT4KG:"
 
25
  graph = []
26
  kg = KnowledgeGraph(api_key)
27
  graph.append(kg)
28
+ return graph,Image.new('RGB', (300, 100),(255, 255, 255))
29
 
30
  title = "GPT-4 Knowledge Graph Generator"
31
  description = "Enter text to generate a knowledge graph using GPT4KG:"