Spaces:
Runtime error
Runtime error
forgot to remove an imort
Browse files
app.py
CHANGED
|
@@ -6,8 +6,6 @@ import time
|
|
| 6 |
import pandas as pd
|
| 7 |
from threading import Thread
|
| 8 |
import numpy as np
|
| 9 |
-
import discord
|
| 10 |
-
from discord.ext import commands
|
| 11 |
|
| 12 |
# Add the path to the "src" directory of detect-pretrain-code-contamination to the sys.path
|
| 13 |
project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "detect-pretrain-code-contamination"))
|
|
|
|
| 6 |
import pandas as pd
|
| 7 |
from threading import Thread
|
| 8 |
import numpy as np
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# Add the path to the "src" directory of detect-pretrain-code-contamination to the sys.path
|
| 11 |
project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "detect-pretrain-code-contamination"))
|