Spaces:
Sleeping
Sleeping
SpicyMelonYT
commited on
Commit
·
7fa151e
1
Parent(s):
a4a6c55
removes token print
Browse files
app.py
CHANGED
@@ -44,7 +44,6 @@ def respond(
|
|
44 |
|
45 |
|
46 |
def train_model(hf_token_value):
|
47 |
-
print(hf_token_value, flush=True)
|
48 |
os.environ["HUGGINGFACE_TOKEN"] = hf_token_value
|
49 |
|
50 |
# Load dataset
|
|
|
44 |
|
45 |
|
46 |
def train_model(hf_token_value):
|
|
|
47 |
os.environ["HUGGINGFACE_TOKEN"] = hf_token_value
|
48 |
|
49 |
# Load dataset
|