lianghsun commited on
Commit
2ee2e8d
·
1 Parent(s): 21eb8fb

Update app with warning infomation

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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'],