dennistrujillo commited on
Commit
a6be0a5
·
verified ·
1 Parent(s): 3f98068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ iface = gr.Interface(
84
  gr.Number(label="X max"),
85
  gr.Number(label="Y max")
86
  ],
87
- outputs=gr.outputs.Image(type="plot")
88
  )
89
 
90
  iface.launch()
 
84
  gr.Number(label="X max"),
85
  gr.Number(label="Y max")
86
  ],
87
+ outputs="plot"
88
  )
89
 
90
  iface.launch()