m7mdal7aj commited on
Commit
6e34665
1 Parent(s): 34246fc

Update my_model/utilities/readme.txt

Browse files
Files changed (1) hide show
  1. my_model/utilities/readme.txt +2 -2
my_model/utilities/readme.txt CHANGED
@@ -2,7 +2,7 @@ Directory Overview
2
 
3
  This directory contains two essential files for the overall project as well as the demo application:
4
 
5
- 1. General Utilities Module
6
 
7
  This module provides a collection of utility functions and classes commonly used across various parts of the application. These utilities include functions for displaying images, checking the runtime environment, generating paths, and managing GPU resources.
8
 
@@ -24,7 +24,7 @@ Notes:
24
 
25
 
26
 
27
- 2. UI Manager
28
 
29
  The UIManager class manages the user interface for the Streamlit application, handling the creation and navigation of various tabs.
30
 
 
2
 
3
  This directory contains two essential files for the overall project as well as the demo application:
4
 
5
+ 1. gen_utilities.py
6
 
7
  This module provides a collection of utility functions and classes commonly used across various parts of the application. These utilities include functions for displaying images, checking the runtime environment, generating paths, and managing GPU resources.
8
 
 
24
 
25
 
26
 
27
+ 2. ui_manager.py
28
 
29
  The UIManager class manages the user interface for the Streamlit application, handling the creation and navigation of various tabs.
30