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