Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def zoom_at(img, x, y, zoom):
|
|
| 12 |
x + w / zoom2, y + h / zoom2))
|
| 13 |
return img.resize((w, h), Image.LANCZOS)
|
| 14 |
|
| 15 |
-
st.title("
|
| 16 |
|
| 17 |
uploaded_files = st.file_uploader("Upload Images", accept_multiple_files=True, type="jpg")
|
| 18 |
|
|
|
|
| 12 |
x + w / zoom2, y + h / zoom2))
|
| 13 |
return img.resize((w, h), Image.LANCZOS)
|
| 14 |
|
| 15 |
+
st.title("CLL Exp Annotate")
|
| 16 |
|
| 17 |
uploaded_files = st.file_uploader("Upload Images", accept_multiple_files=True, type="jpg")
|
| 18 |
|