Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ from torchvision import models, transforms
|
|
| 5 |
from PIL import Image
|
| 6 |
import numpy as np
|
| 7 |
import cv2
|
|
|
|
| 8 |
|
| 9 |
# --- 1. CONFIGURATION & STYLING ---
|
| 10 |
st.set_page_config(
|
|
|
|
| 5 |
from PIL import Image
|
| 6 |
import numpy as np
|
| 7 |
import cv2
|
| 8 |
+
import streamlit.components.v1 as components
|
| 9 |
|
| 10 |
# --- 1. CONFIGURATION & STYLING ---
|
| 11 |
st.set_page_config(
|