Commit
·
f1b5c46
1
Parent(s):
b6533c8
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,6 @@ def predict(input):
|
|
101 |
return outputs
|
102 |
|
103 |
HF_TOKEN = os.getenv('spanish-nahuatl-flagging')
|
104 |
-
print("This is the token: ", HF_TOKEN)
|
105 |
hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "spanish-nahuatl-flagging")
|
106 |
|
107 |
gr.Interface(
|
|
|
101 |
return outputs
|
102 |
|
103 |
HF_TOKEN = os.getenv('spanish-nahuatl-flagging')
|
|
|
104 |
hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "spanish-nahuatl-flagging")
|
105 |
|
106 |
gr.Interface(
|