Spaces:
Running
on
Zero
Running
on
Zero
Yurii Paniv
commited on
Commit
·
b7dcee7
1
Parent(s):
04d064a
Fix logging
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def translate(input_text):
|
|
| 91 |
dataset_name=getenv("OUTPUT_DATASET"),
|
| 92 |
private=True,
|
| 93 |
)
|
| 94 |
-
logging_callback([input_text])
|
| 95 |
except:
|
| 96 |
print("Error happened while pushing data to HF.")
|
| 97 |
|
|
|
|
| 91 |
dataset_name=getenv("OUTPUT_DATASET"),
|
| 92 |
private=True,
|
| 93 |
)
|
| 94 |
+
logging_callback([[input_text]])
|
| 95 |
except:
|
| 96 |
print("Error happened while pushing data to HF.")
|
| 97 |
|