Spaces:
Running
Running
Commit
·
50fb662
1
Parent(s):
053a9af
try to commit in sync with huggingface
Browse files- hf-streamlit-app.py +2 -1
hf-streamlit-app.py
CHANGED
@@ -9,9 +9,10 @@ import io
|
|
9 |
from rapidfuzz import fuzz
|
10 |
|
11 |
# Initialize components (VADER, FinBERT, RoBERTa, FinBERT-Tone, Mystem, translation model)
|
|
|
12 |
# (Copy the initialization code from your original script)
|
13 |
|
14 |
-
# Define helper functions (lemmatize_text, translate, get_vader_sentiment
|
15 |
# (Copy these functions from your original script)
|
16 |
|
17 |
def process_file(uploaded_file):
|
|
|
9 |
from rapidfuzz import fuzz
|
10 |
|
11 |
# Initialize components (VADER, FinBERT, RoBERTa, FinBERT-Tone, Mystem, translation model)
|
12 |
+
|
13 |
# (Copy the initialization code from your original script)
|
14 |
|
15 |
+
# Define helper functions (lemmatize_text, translate, get_vader_sentiment...)
|
16 |
# (Copy these functions from your original script)
|
17 |
|
18 |
def process_file(uploaded_file):
|