AItool commited on
Commit
587858f
·
verified ·
1 Parent(s): b65da23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ api_key = os.getenv("HF_TOKEN")
13
  client = InferenceClient(api_key=api_key)
14
 
15
  # Streamlit app title
16
- st.title("Serverless Inference API")
17
 
18
  # Ensure the full_text key is initialized in session state
19
  if "full_text" not in st.session_state:
 
13
  client = InferenceClient(api_key=api_key)
14
 
15
  # Streamlit app title
16
+ st.title("Text-generation model using Streamlit from Inference API (serverless) feature.")
17
 
18
  # Ensure the full_text key is initialized in session state
19
  if "full_text" not in st.session_state: