Spaces:
Running
Running
ankitkupadhyay
commited on
Commit
·
c71fe3b
1
Parent(s):
9b5c19b
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import tempfile
|
|
7 |
|
8 |
|
9 |
# Replace the relative path to your weight file
|
10 |
-
model_path = '/
|
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(
|