This commit is contained in:
kizadl 2026-04-25 18:37:40 +07:00
parent e66523256c
commit 45d641519c
1 changed files with 2 additions and 4 deletions

View File

@ -27,11 +27,9 @@ try:
compile=False,
safe_mode=False # Kunci agar Keras 3 mau menerima config Keras lama
)
print("✅ BERHASIL: Model AI siap digunakan!")
print("BERHASIL: Model AI readyy!")
except Exception as e:
print(f"❌ GAGAL: {str(e)}")
print("--- SOLUSI ---")
print("Jika error 'Unrecognized keyword arguments', silakan info ke saya.")
print(f"GAGAL: {str(e)}")
# Label klasifikasi kopi kamu
labels = ['Honey', 'Natural', 'Washed']