Campfireman commited on
Commit
0a44200
·
1 Parent(s): 6717855

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,5 +65,6 @@ def extrator_pipeline(url):
65
  extract_audio()
66
  return notify
67
 
 
68
  demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
69
  demo.launch()
 
65
  extract_audio()
66
  return notify
67
 
68
+ huggingface-cli login --token $HUG_READ
69
  demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
70
  demo.launch()