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