ankitkupadhyay commited on
Commit
c71fe3b
·
1 Parent(s): 9b5c19b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import tempfile
7
 
8
 
9
  # Replace the relative path to your weight file
10
- model_path = '/content/drive/MyDrive/wildfire_augmented_final/experiment_113/weights/best.pt'
11
 
12
  # Setting page layout
13
  st.set_page_config(
 
7
 
8
 
9
  # Replace the relative path to your weight file
10
+ model_path = 'https://huggingface.co/spaces/ankitkupadhyay/fire_and_smoke/blob/main/best.pt'
11
 
12
  # Setting page layout
13
  st.set_page_config(