rundac-inference commited on
Commit
b5a2f4b
·
verified ·
1 Parent(s): 2e73dab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
2
  import os
3
 
4
  access_token = os.environ.get('HF_TOKEN')
5
- gr.load("models/Falconsai/offensive_speech_detection", hf_token=access_token).launch()
 
2
  import os
3
 
4
  access_token = os.environ.get('HF_TOKEN')
5
+ gr.load("models/Falconsai/offensive_speech_detection").launch()