jiawenchim commited on
Commit
594cda1
1 Parent(s): 81058b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -62,11 +62,11 @@ weather_predictor_app = gr.Interface(fn=predict_energy,
62
  # live=True,
63
  examples = [[2,23,3.93,0.85,2.75,0,0.428821,0.507056,0.658782,0.722878,0.694360,0.657011,0.587121],
64
  [8,15,23.34,0.45,5.32,0,0.341136,0.337360,0.332931,0.336212,0.338439,0.327198,0.316899],
65
- [12,8,2.10,0.96,1.34,0.0,0.327180,0.278838,0.253315,0.247601,0.262393,0.326879,0.458636]])
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)",
69
- # description="Enter parameters using sliders provided to predict the weather."
70
  # theme = "darkhuggingface",
71
  # css="footer {visibility: hidden}"
72
  # flagging_callback=hf_writer
 
62
  # live=True,
63
  examples = [[2,23,3.93,0.85,2.75,0,0.428821,0.507056,0.658782,0.722878,0.694360,0.657011,0.587121],
64
  [8,15,23.34,0.45,5.32,0,0.341136,0.337360,0.332931,0.336212,0.338439,0.327198,0.316899],
65
+ [12,8,2.10,0.96,1.34,0.0,0.327180,0.278838,0.253315,0.247601,0.262393,0.326879,0.458636]],
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)",
69
+ description="Enter parameters using sliders provided to predict the energy consumption.")
70
  # theme = "darkhuggingface",
71
  # css="footer {visibility: hidden}"
72
  # flagging_callback=hf_writer