Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,15 +8,6 @@ from datasets import load_dataset
|
|
8 |
import pandas as pd
|
9 |
from fuzzywuzzy import process
|
10 |
|
11 |
-
import discord
|
12 |
-
import logging
|
13 |
-
import os
|
14 |
-
import pandas as pd
|
15 |
-
from fuzzywuzzy import process
|
16 |
-
import subprocess
|
17 |
-
from huggingface_hub import InferenceClient
|
18 |
-
import asyncio
|
19 |
-
|
20 |
# ํ์ฌ ์์
๋๋ ํ ๋ฆฌ ์ถ๋ ฅ
|
21 |
print("Current Working Directory:", os.getcwd())
|
22 |
|
|
|
8 |
import pandas as pd
|
9 |
from fuzzywuzzy import process
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
# ํ์ฌ ์์
๋๋ ํ ๋ฆฌ ์ถ๋ ฅ
|
12 |
print("Current Working Directory:", os.getcwd())
|
13 |
|