Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@
|
|
231 |
|
232 |
import streamlit as st
|
233 |
from huggingface_hub import InferenceClient
|
234 |
-
|
235 |
|
236 |
hf_token = os.getenv("HF_TOKEN")
|
237 |
# Set up the Hugging Face Inference Client
|
|
|
231 |
|
232 |
import streamlit as st
|
233 |
from huggingface_hub import InferenceClient
|
234 |
+
import os
|
235 |
|
236 |
hf_token = os.getenv("HF_TOKEN")
|
237 |
# Set up the Hugging Face Inference Client
|