Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ api_key = os.getenv("HF_TOKEN")
|
|
12 |
client = InferenceClient(api_key=api_key)
|
13 |
|
14 |
# Streamlit app title
|
15 |
-
st.title("
|
16 |
|
17 |
# Create a text input area for user prompts
|
18 |
with st.form("my_form"):
|
|
|
12 |
client = InferenceClient(api_key=api_key)
|
13 |
|
14 |
# Streamlit app title
|
15 |
+
st.title("Serverless Inference API")
|
16 |
|
17 |
# Create a text input area for user prompts
|
18 |
with st.form("my_form"):
|