esab commited on
Commit
a2304a1
·
verified ·
1 Parent(s): 5c93031

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
 
 
2
 
3
- gr.load("models/ressolve-ai/sentiment_cobranzas_BAL4").launch()
 
1
  import gradio as gr
2
+ import os
3
+ token = os.getenv('HF_TOKEN'))
4
 
5
+ gr.load("models/ressolve-ai/sentiment_cobranzas_BAL4", hf_token = token).launch()