Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|