Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def download_file(url, save_path):
|
|
16 |
print(f"νμΌμ΄ {save_path}μ μ μ₯λμμ΄μ!")
|
17 |
|
18 |
# μ¬μ© μμ
|
19 |
-
download_file('', 'data.jsonl')
|
20 |
file_path = 'data.jsonl'
|
21 |
|
22 |
# 1. λν λ°μ΄ν° λΆλ¬μ€κΈ° (λͺ¨λ human-gpt μ μΆμΆ)
|
|
|
16 |
print(f"νμΌμ΄ {save_path}μ μ μ₯λμμ΄μ!")
|
17 |
|
18 |
# μ¬μ© μμ
|
19 |
+
download_file('https://huggingface.co/datasets/Yuchan5386/AI-hub-SummaryData/resolve/main/g1.jsonl?download=true', 'data.jsonl')
|
20 |
file_path = 'data.jsonl'
|
21 |
|
22 |
# 1. λν λ°μ΄ν° λΆλ¬μ€κΈ° (λͺ¨λ human-gpt μ μΆμΆ)
|