Alexend commited on
Commit
7c249fe
·
verified ·
1 Parent(s): 5330037

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -26,6 +26,11 @@ lm_model = AutoModelForCausalLM.from_pretrained("gpt2").to(device)
26
  # ------------------------
27
  TRUSTED_SITES = [
28
  "https://www.dgpa.gov.tw", # 行政院人事行政總處 行事曆
 
 
 
 
 
29
  "https://zh.wikipedia.org", # 中文維基百科
30
  ]
31
 
 
26
  # ------------------------
27
  TRUSTED_SITES = [
28
  "https://www.dgpa.gov.tw", # 行政院人事行政總處 行事曆
29
+ "https://www.cna.com.tw", # 中央通訊社
30
+ "https://www.stust.edu.tw" # 南台科技大學
31
+ "https://www.moi.gov.tw",
32
+ "https://www.taiwan.net.tw",
33
+ "https://publicholidays.tw",
34
  "https://zh.wikipedia.org", # 中文維基百科
35
  ]
36