bmas10 commited on
Commit
34d0d5b
·
verified ·
1 Parent(s): acbec00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ import gradio as gr
5
  from huggingface_hub import InferenceClient
6
  from transformers import pipeline
7
 
 
 
8
  """
9
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
10
  """
 
5
  from huggingface_hub import InferenceClient
6
  from transformers import pipeline
7
 
8
+ huggingface-cli login
9
+
10
  """
11
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
12
  """