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