Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from huggingface_hub import InferenceClient
|
|
|
2 |
api_key=os.getenv("HF_TOKEN")
|
3 |
client = InferenceClient(api_key=api_key)
|
4 |
|
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
+
import os
|
3 |
api_key=os.getenv("HF_TOKEN")
|
4 |
client = InferenceClient(api_key=api_key)
|
5 |
|