Spaces:
Paused
Paused
Update app with warning infomation
Browse files
app.py
CHANGED
|
@@ -21,6 +21,7 @@ st.set_page_config(
|
|
| 21 |
|
| 22 |
st.title("🦉Taiwan Smol Chat")
|
| 23 |
st.info('Model based on [lianghsun/Llama-3.2-Taiwan-3B-Instruct](https://huggingface.co/lianghsun/Llama-3.2-Taiwan-3B-Instruct)', icon="🧠")
|
|
|
|
| 24 |
|
| 25 |
client = OpenAI(
|
| 26 |
api_key=st.secrets['API_KEY'],
|
|
|
|
| 21 |
|
| 22 |
st.title("🦉Taiwan Smol Chat")
|
| 23 |
st.info('Model based on [lianghsun/Llama-3.2-Taiwan-3B-Instruct](https://huggingface.co/lianghsun/Llama-3.2-Taiwan-3B-Instruct)', icon="🧠")
|
| 24 |
+
st.warning('Playgroud 有可能因為 GPU 被挪用至生成資料使用導致暫時性無法對話。', icon="⚠️")
|
| 25 |
|
| 26 |
client = OpenAI(
|
| 27 |
api_key=st.secrets['API_KEY'],
|