Spaces:
Running
Running
simonduerr
commited on
Commit
•
540ad3f
1
Parent(s):
5535c21
Update app.py
Browse files
app.py
CHANGED
@@ -13,13 +13,6 @@ from envs import API, EVAL_REQUESTS_PATH, TOKEN, QUEUE_REPO
|
|
13 |
|
14 |
|
15 |
def fill_form(model_name, model_id, contact_email, challenge, submission_id, paper_link, architecture, license):
|
16 |
-
name = get_name_by_day()
|
17 |
-
date, hour = str(get_gmt_time()).split(' ')
|
18 |
-
date = date.split('-')
|
19 |
-
hour = hour.split(':')
|
20 |
-
if (int(hour[0]) < 10):
|
21 |
-
hour[0] = hour[0][1:]
|
22 |
-
|
23 |
value = {
|
24 |
# Model name
|
25 |
"entry.1591601824": model_name,
|
|
|
13 |
|
14 |
|
15 |
def fill_form(model_name, model_id, contact_email, challenge, submission_id, paper_link, architecture, license):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
value = {
|
17 |
# Model name
|
18 |
"entry.1591601824": model_name,
|