faruqaziz commited on
Commit
0d6b72f
·
verified ·
1 Parent(s): d85d771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  import cv2
3
  import io
4
  import numpy as np
 
5
 
6
  # Fungsi untuk mendeteksi penyakit daun padi
7
  def detect_leaf_diseases(image_bytes):
 
2
  import cv2
3
  import io
4
  import numpy as np
5
+ from inference_sdk import InferenceHTTPClient
6
 
7
  # Fungsi untuk mendeteksi penyakit daun padi
8
  def detect_leaf_diseases(image_bytes):