Spaces:
Running
Running
Bor Hodošček
commited on
chore: format and add lockfile
Browse files
app.py
CHANGED
|
@@ -11,13 +11,14 @@ app = marimo.App(width="medium")
|
|
| 11 |
|
| 12 |
@app.cell
|
| 13 |
def _():
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
import marimo as mo
|
| 15 |
-
import spacy
|
| 16 |
import polars as pl
|
| 17 |
-
import
|
| 18 |
from transformers import AutoTokenizer
|
| 19 |
-
import math
|
| 20 |
-
import hashlib
|
| 21 |
|
| 22 |
# Load spaCy models for English and Japanese
|
| 23 |
nlp_en = spacy.load("en_core_web_md")
|
|
|
|
| 11 |
|
| 12 |
@app.cell
|
| 13 |
def _():
|
| 14 |
+
import hashlib
|
| 15 |
+
import math
|
| 16 |
+
|
| 17 |
+
import altair as alt
|
| 18 |
import marimo as mo
|
|
|
|
| 19 |
import polars as pl
|
| 20 |
+
import spacy
|
| 21 |
from transformers import AutoTokenizer
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# Load spaCy models for English and Japanese
|
| 24 |
nlp_en = spacy.load("en_core_web_md")
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|