Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|