Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DIBT-Russian
/
MPEP_Dashboard
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ZennyKenny
commited on
Apr 3, 2024
Commit
fb8096b
·
verified
·
1 Parent(s):
5b7ef95
remove unneeded object.
Browse files
Files changed (1)
hide
show
app.py
+0
-3
app.py
CHANGED
Viewed
@@ -41,9 +41,6 @@ NUMBER_ANNOTATIONS = 'Количество аннотаций'
41
42
CATEGORY = 'Категория'
43
44
-
# Start scheduler timer
45
-
time_start = datetime.now()
46
-
47
48
def restart():
49
41
42
CATEGORY = 'Категория'
43
44
45
def restart():
46