hotchpotch commited on
Commit
91d64f8
1 Parent(s): 091aa4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ def main():
40
 
41
  get_embedder()
42
 
43
- st.markdown("""
44
- [hotchpotch/japanese-splade-base-v1](https://huggingface.co/hotchpotch/japanese-splade-v2)を使って、テキストからSPLADEのスパースベクトルに変換するデモです。
45
 
46
  """)
47
 
 
40
 
41
  get_embedder()
42
 
43
+ st.markdown(f"""
44
+ [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME})を使って、テキストからSPLADEのスパースベクトルに変換するデモです。
45
 
46
  """)
47