Pendrokar commited on
Commit
71f46ae
1 Parent(s): 408624b

Switch to my clone of model so that paper is mentioned.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ hf_writer = gr.HuggingFaceDatasetSaver(
23
  separate_dirs=False
24
  )
25
 
26
- model_name = "Uberduck/torchmoji"
27
  model_path = hf_hub_download(repo_id=model_name, filename="pytorch_model.bin")
28
  vocab_path = hf_hub_download(repo_id=model_name, filename="vocabulary.json")
29
 
 
23
  separate_dirs=False
24
  )
25
 
26
+ model_name = "Pendrokar/TorchMoji"
27
  model_path = hf_hub_download(repo_id=model_name, filename="pytorch_model.bin")
28
  vocab_path = hf_hub_download(repo_id=model_name, filename="vocabulary.json")
29