A-Celsius commited on
Commit
bcd4f8b
·
1 Parent(s): 154739b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import pickle
2
  import gradio as gr
3
  from datetime import datetime, timedelta, timezone
4
 
5
- model = pickle.load(open('model.pkl'),'rb')
6
 
7
  def preprocess_city(selected_city):
8
  # Map the selected city to its one-hot encoded representation
 
2
  import gradio as gr
3
  from datetime import datetime, timedelta, timezone
4
 
5
+ model = pickle.load(open('model.pkl','rb'))
6
 
7
  def preprocess_city(selected_city):
8
  # Map the selected city to its one-hot encoded representation