Spaces:
Sleeping
Sleeping
JORGE DIOSDADO
commited on
Commit
•
5f4d9d3
1
Parent(s):
a7f0b21
sdf
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ import tensorflow as tf
|
|
3 |
import numpy as np
|
4 |
from PIL import Image, ImageDraw, ImageFont
|
5 |
|
|
|
|
|
6 |
# Create a Streamlit app that will allow users to input data and get predictions
|
7 |
st.title('Lung cancer detection and classification project')
|
8 |
st.caption('by Jorge Diosdado and Henar Borrego')
|
|
|
3 |
import numpy as np
|
4 |
from PIL import Image, ImageDraw, ImageFont
|
5 |
|
6 |
+
|
7 |
+
|
8 |
# Create a Streamlit app that will allow users to input data and get predictions
|
9 |
st.title('Lung cancer detection and classification project')
|
10 |
st.caption('by Jorge Diosdado and Henar Borrego')
|