rework structure of gradio app
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user