Upload 2 files
Browse files- app.py +1 -1
- constants.py +1 -1
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
import io
|
| 4 |
import gradio as gr
|
| 5 |
import pandas as pd
|
| 6 |
-
import json
|
| 7 |
import shutil
|
| 8 |
import tempfile
|
| 9 |
import datetime
|
|
|
|
| 3 |
import io
|
| 4 |
import gradio as gr
|
| 5 |
import pandas as pd
|
| 6 |
+
import json
|
| 7 |
import shutil
|
| 8 |
import tempfile
|
| 9 |
import datetime
|
constants.py
CHANGED
|
@@ -86,5 +86,5 @@ SUBMIT_INTRODUCTION = """# Instruction for WorldScore Leaderboard Submission
|
|
| 86 |
3. Click the `Submit here!` button and fill in the required information.
|
| 87 |
4. Finally, upload the JSON file below, make sure to click the `Refresh` button.
|
| 88 |
|
| 89 |
-
⚠️ Submissions that do not correctly fill in the model name and model link may be removed by the WorldScore team.
|
| 90 |
"""
|
|
|
|
| 86 |
3. Click the `Submit here!` button and fill in the required information.
|
| 87 |
4. Finally, upload the JSON file below, make sure to click the `Refresh` button.
|
| 88 |
|
| 89 |
+
⚠️ Submissions that do not correctly fill in the model name and model link may be removed by the WorldScore team.
|
| 90 |
"""
|