Update app.py
Browse files
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="
|
| 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
|