Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ if cek_library():
|
|
55 |
if st.button("Deteksi Gambar"):
|
56 |
with st.spinner("Sedang diproses"):
|
57 |
try:
|
58 |
-
model = YOLO('best.pt')
|
59 |
hasil = model(temp_file)
|
60 |
|
61 |
#Ambil Hasil Prediksi
|
|
|
55 |
if st.button("Deteksi Gambar"):
|
56 |
with st.spinner("Sedang diproses"):
|
57 |
try:
|
58 |
+
model = YOLO('best(1).pt')
|
59 |
hasil = model(temp_file)
|
60 |
|
61 |
#Ambil Hasil Prediksi
|