practisebook commited on
Commit
51fc398
·
verified ·
1 Parent(s): c8f2bc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -55,11 +55,6 @@ if not os.path.exists(audio_temp_dir):
55
  # Placeholder for video frames
56
  stframe = st.empty()
57
 
58
- # User input for IP Webcam URL
59
- ip_webcam_url = st.text_input(
60
- "Enter your IP Webcam URL (e.g., http://<ip-address>:8080/video):",
61
- value="http://<your-ip>:8080/video"
62
- )
63
 
64
  # User controls
65
  col1, col2 = st.columns(2)
 
55
  # Placeholder for video frames
56
  stframe = st.empty()
57
 
 
 
 
 
 
58
 
59
  # User controls
60
  col1, col2 = st.columns(2)