rework structure of gradio app

This commit is contained in:
Jaikinator
2023-11-20 15:01:51 +01:00
parent f691790c00
commit bbb2c848e3
8 changed files with 484 additions and 507 deletions
+9
View File
@@ -0,0 +1,9 @@
"""
Stores global variables for the app.
"""
# Global variable to store the model
MODEL = None
# Global variable to track user activity
USER_ACTIVE = False