Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
amineHY committed Feb 7, 2020
1 parent b3df464 commit b2ef3fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import time
import cv2 as cv
import streamlit as st
# from imutils.video import FPS


from libraries.plugins import Motion_Detection
from libraries.utils import GUI, AppManager, DataManager
Expand All @@ -22,7 +22,6 @@ def imageWebApp(guiParam):
conf = DataManager(guiParam)
image = conf.load_image_or_video()


# GUI
switchProcessing = st.button('* Start Processing *')

Expand All @@ -44,8 +43,6 @@ def main():
if guiParam["selectedApp"] is not 'Empty':
imageWebApp(guiParam)

# elif guiParam['appType'] == 'Video Applications':
# videoWebApp(guiParam)
else:
raise st.ScriptRunner.StopException

Expand Down

0 comments on commit b2ef3fb

Please sign in to comment.