Ari commited on
Commit
69fb04a
·
1 Parent(s): 3d081a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -61,7 +61,7 @@ iface = gr.Interface(
61
  ],
62
  outputs=[
63
  gr.outputs.Textbox(label="Answer"),
64
- gr.outputs.Image(type="file", label="Visualization Report"),
65
  ],
66
  title="GPT-powered Q&A with Visualization",
67
  description=markdown_data,
@@ -78,3 +78,4 @@ iface = gr.Interface(
78
  )
79
 
80
  iface.launch(inbrowser=True)
 
 
61
  ],
62
  outputs=[
63
  gr.outputs.Textbox(label="Answer"),
64
+ gr.outputs.Image(type="filepath", label="Visualization Report"),
65
  ],
66
  title="GPT-powered Q&A with Visualization",
67
  description=markdown_data,
 
78
  )
79
 
80
  iface.launch(inbrowser=True)
81
+