Testys commited on
Commit
9e88f11
Β·
verified Β·
1 Parent(s): deefd7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ import time
12
  from gradio_webrtc import WebRTC
13
 
14
  # Correctly import from the drive_paddy package structure
15
- from drive_paddy.detection.factory import get_detector
16
- from drive_paddy.alerting.alert_system import get_alerter
17
 
18
  # --- Load Configuration and Environment Variables ---
19
  load_dotenv()
 
12
  from gradio_webrtc import WebRTC
13
 
14
  # Correctly import from the drive_paddy package structure
15
+ from src.detection.factory import get_detector
16
+ from src.alerting.alert_system import get_alerter
17
 
18
  # --- Load Configuration and Environment Variables ---
19
  load_dotenv()