jiawenchim commited on
Commit
add832c
1 Parent(s): 1445ef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,10 +59,10 @@ outputs_app = ["number"]
59
  # Building the Gradio Interface
60
  weather_predictor_app = gr.Interface(fn=predict_energy,
61
  inputs=inputs_app,
62
- outputs=outputs_app)
63
  # allow_flagging="manual",
64
  # live=True,
65
- examples = [[2,23,3.93,0.85,2.75,0,0.428821,0.507056,0.658782,0.722878,0.694360,0.657011,0.587121]]
66
  # ["Random Forest", 37,28,18,7,4,-2,43,18,4,1019,1016,1010,31,29,16,29,13,0,6,244,2015,7],
67
  # ["XGBoost", 16,12,8,11,7,4,94,69,52,1014,1012,1009,10,10,10,14,5,0,5,35,2004,10]],
68
  # title = "Energy Consumption Prediction (London)",
 
59
  # Building the Gradio Interface
60
  weather_predictor_app = gr.Interface(fn=predict_energy,
61
  inputs=inputs_app,
62
+ outputs=outputs_app,
63
  # allow_flagging="manual",
64
  # live=True,
65
+ examples = [[2,23,3.93,0.85,2.75,0,0.428821,0.507056,0.658782,0.722878,0.694360,0.657011,0.587121]])
66
  # ["Random Forest", 37,28,18,7,4,-2,43,18,4,1019,1016,1010,31,29,16,29,13,0,6,244,2015,7],
67
  # ["XGBoost", 16,12,8,11,7,4,94,69,52,1014,1012,1009,10,10,10,14,5,0,5,35,2004,10]],
68
  # title = "Energy Consumption Prediction (London)",