Upload app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ Created on Wed Oct 29 12:00:23 2025
|
|
| 8 |
|
| 9 |
import gradio as gr
|
| 10 |
from tabs.tab_videoframes import create_tab_videoframes
|
| 11 |
-
from tabs.
|
| 12 |
from tabs.tab_video_analysis import create_tab_video_analysis
|
| 13 |
from tabs.tab_classify_image import create_tab_classify_image
|
| 14 |
from processing.image_processing import process_image
|
|
@@ -31,7 +31,7 @@ with gr.Blocks() as demo:
|
|
| 31 |
create_tab_classify_image("Classify Image")
|
| 32 |
|
| 33 |
# Tab 4: Help
|
| 34 |
-
|
| 35 |
|
| 36 |
# Connect the video frames state between tabs
|
| 37 |
# When frames are loaded in tab 1, update tab 2
|
|
|
|
| 8 |
|
| 9 |
import gradio as gr
|
| 10 |
from tabs.tab_videoframes import create_tab_videoframes
|
| 11 |
+
from tabs.tab_info import create_tab_info
|
| 12 |
from tabs.tab_video_analysis import create_tab_video_analysis
|
| 13 |
from tabs.tab_classify_image import create_tab_classify_image
|
| 14 |
from processing.image_processing import process_image
|
|
|
|
| 31 |
create_tab_classify_image("Classify Image")
|
| 32 |
|
| 33 |
# Tab 4: Help
|
| 34 |
+
create_tab_info("Info")
|
| 35 |
|
| 36 |
# Connect the video frames state between tabs
|
| 37 |
# When frames are loaded in tab 1, update tab 2
|