Parthebhan commited on
Commit
57c4edd
·
verified ·
1 Parent(s): 332ae22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -2,6 +2,9 @@ from fastapi import FastAPI
2
  from transformers import pipeline
3
  from huggingface_hub import login
4
 
 
 
 
5
  ## create a new FASTAPI app instance
6
  app=FastAPI()
7
 
 
2
  from transformers import pipeline
3
  from huggingface_hub import login
4
 
5
+ huggingface-cli login
6
+
7
+
8
  ## create a new FASTAPI app instance
9
  app=FastAPI()
10