shyamsankeerth commited on
Commit
da38f6b
·
1 Parent(s): dfbbe99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ set_median_income = gr.inputs.Slider(0, 15, step=0.5, default=10, label = 'Media
196
  set_label = gr.outputs.Textbox(label="Predicted Housing Prices")
197
 
198
  # define output as the single class text
199
- set_out_images = gr.outputs.Image(label="Visualize your location")
200
 
201
 
202
  ### configure gradio, detailed can be found at https://www.gradio.app/docs/#i_slider
 
196
  set_label = gr.outputs.Textbox(label="Predicted Housing Prices")
197
 
198
  # define output as the single class text
199
+ set_out_images = gr.outputs.Image(label="Visualize your location",type="numpy")
200
 
201
 
202
  ### configure gradio, detailed can be found at https://www.gradio.app/docs/#i_slider