Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
streamlit_app_code = """
|
| 2 |
import streamlit as st
|
| 3 |
from PIL import Image
|
| 4 |
import numpy as np
|
| 5 |
-
import keras
|
| 6 |
from huggingface_hub import from_pretrained_keras
|
| 7 |
|
| 8 |
# Load the pre-trained model for low light image enhancement
|
|
@@ -44,4 +42,3 @@ st.write("")
|
|
| 44 |
st.write("Instructions:")
|
| 45 |
st.write("* Upload an image of a blood cell.")
|
| 46 |
st.write("* The app will predict the blood cell type.")
|
| 47 |
-
"""
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from PIL import Image
|
| 3 |
import numpy as np
|
|
|
|
| 4 |
from huggingface_hub import from_pretrained_keras
|
| 5 |
|
| 6 |
# Load the pre-trained model for low light image enhancement
|
|
|
|
| 42 |
st.write("Instructions:")
|
| 43 |
st.write("* Upload an image of a blood cell.")
|
| 44 |
st.write("* The app will predict the blood cell type.")
|
|
|