MBG0903 commited on
Commit
caada9a
Β·
verified Β·
1 Parent(s): 315d87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def build_ui():
115
 
116
  # Outputs
117
  out_report = gr.Markdown(label="πŸ“„ Report")
118
- out_route = gr.Image(label="πŸ“Š Charts / Diagrams",type="auto")
119
  out_slot = gr.Dataframe(label="πŸ“˜ Output Table")
120
 
121
  # Execution wiring
 
115
 
116
  # Outputs
117
  out_report = gr.Markdown(label="πŸ“„ Report")
118
+ out_route = gr.Image(label="πŸ“Š Charts / Diagrams",type="pil")
119
  out_slot = gr.Dataframe(label="πŸ“˜ Output Table")
120
 
121
  # Execution wiring