Commit ·
4cc95b5
1
Parent(s): 41813c2
Update app.py
Browse files
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="
|
| 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 |
|