TejAndrewsACC commited on
Commit
b258347
·
verified ·
1 Parent(s): c950bff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -2,9 +2,6 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
  import os
4
 
5
- """
6
- 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
7
- """
8
  hf_token = os.getenv("HF_TOKEN").strip()
9
 
10
  api_key = os.getenv("HF_KEY").strip()
 
2
  from huggingface_hub import InferenceClient
3
  import os
4
 
 
 
 
5
  hf_token = os.getenv("HF_TOKEN").strip()
6
 
7
  api_key = os.getenv("HF_KEY").strip()