artificialguybr commited on
Commit
4cc95b5
1 Parent(s): 41813c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ iface = gr.Interface(
113
  gr.inputs.Textbox(label="OpenAI API Key", type="password"),
114
  gr.inputs.Textbox(label="User Input for Graph"),
115
  ],
116
- outputs=gr.outputs.Image(type="PIL", label="Generated Knowledge Graph"),
117
  live=False,
118
  )
119
 
 
113
  gr.inputs.Textbox(label="OpenAI API Key", type="password"),
114
  gr.inputs.Textbox(label="User Input for Graph"),
115
  ],
116
+ outputs=gr.outputs.Image(type="pil", label="Generated Knowledge Graph"),
117
  live=False,
118
  )
119