Commit
·
4bd4fb9
1
Parent(s):
b759026
test 5min
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 = 300 # 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
|