jiehou commited on
Commit
07b6785
1 Parent(s): 99c0161

Update app.py

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