Spaces:
Running
Running
New test for token
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from transformers import pipeline
|
|
3 |
import gradio as gr
|
4 |
import os
|
5 |
|
|
|
6 |
#%%
|
7 |
whisper = pipeline(model='jlvdoorn/whisper-large-v2-atco2-asr-atcosim', token=os.environ['HUGGINGFACE_TOKEN'])
|
8 |
bert_atco_ner = pipeline(model='Jzuluaga/bert-base-ner-atc-en-atco2-1h')
|
|
|
3 |
import gradio as gr
|
4 |
import os
|
5 |
|
6 |
+
|
7 |
#%%
|
8 |
whisper = pipeline(model='jlvdoorn/whisper-large-v2-atco2-asr-atcosim', token=os.environ['HUGGINGFACE_TOKEN'])
|
9 |
bert_atco_ner = pipeline(model='Jzuluaga/bert-base-ner-atc-en-atco2-1h')
|