Commit
·
b759026
1
Parent(s):
0c40207
change time
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ import assets.text_content as tc
|
|
16 |
CONSTANTS
|
17 |
"""
|
18 |
# For restarting the gradio application every 24 Hrs
|
19 |
-
TIME =
|
20 |
|
21 |
"""
|
22 |
AUTO RESTART HF SPACE
|
|
|
16 |
CONSTANTS
|
17 |
"""
|
18 |
# For restarting the gradio application every 24 Hrs
|
19 |
+
TIME = 60 # in seconds # Reload will not work locally - requires HFToken # The app launches locally as expected - only without the reload utility
|
20 |
|
21 |
"""
|
22 |
AUTO RESTART HF SPACE
|