Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ import re
|
|
9 |
import glob
|
10 |
from camera_input_live import camera_input_live
|
11 |
|
|
|
12 |
# Set wide layout
|
13 |
st.set_page_config(layout="wide")
|
14 |
|
@@ -51,14 +52,14 @@ def main():
|
|
51 |
# Camera Section
|
52 |
with col1:
|
53 |
#st.markdown("πΉ Real-Time Camera Stream π")
|
54 |
-
st.markdown("## ποΈβπ¨οΈ Eye on the World: Real-Time Camera Stream π")
|
55 |
#st.markdown("π΄ Live Feed: Real-Time Camera Stream π₯")
|
56 |
#st.markdown("π Instant Vision: Real-Time Camera Stream πΈ")
|
57 |
#st.markdown("π΅οΈββοΈ Spy Mode: Real-Time Camera Stream πΆοΈ")
|
58 |
#st.markdown("π Explore Now: Real-Time Camera Stream π")
|
59 |
#st.markdown("π‘ Illuminate: Real-Time Camera Stream π¦")
|
60 |
#st.markdown("π Views Unfold: Real-Time Camera Stream ποΈ")
|
61 |
-
|
62 |
|
63 |
snapshot_interval = st.slider("Snapshot Interval (seconds)", 1, 10, 5)
|
64 |
image_placeholder = st.empty()
|
|
|
9 |
import glob
|
10 |
from camera_input_live import camera_input_live
|
11 |
|
12 |
+
|
13 |
# Set wide layout
|
14 |
st.set_page_config(layout="wide")
|
15 |
|
|
|
52 |
# Camera Section
|
53 |
with col1:
|
54 |
#st.markdown("πΉ Real-Time Camera Stream π")
|
55 |
+
#st.markdown("## ποΈβπ¨οΈ Eye on the World: Real-Time Camera Stream π")
|
56 |
#st.markdown("π΄ Live Feed: Real-Time Camera Stream π₯")
|
57 |
#st.markdown("π Instant Vision: Real-Time Camera Stream πΈ")
|
58 |
#st.markdown("π΅οΈββοΈ Spy Mode: Real-Time Camera Stream πΆοΈ")
|
59 |
#st.markdown("π Explore Now: Real-Time Camera Stream π")
|
60 |
#st.markdown("π‘ Illuminate: Real-Time Camera Stream π¦")
|
61 |
#st.markdown("π Views Unfold: Real-Time Camera Stream ποΈ")
|
62 |
+
st.markdown("β¨ Magic Lens: Real-Time Camera Stream π")
|
63 |
|
64 |
snapshot_interval = st.slider("Snapshot Interval (seconds)", 1, 10, 5)
|
65 |
image_placeholder = st.empty()
|