thiborose / gecko-app

A web application that interfaces two GEC systems. [web instance is down]
https://gecko-app.azurewebsites.net/
Other
31 stars 9 forks source link

sentence_order model link is broken #30

Closed ShaidaMuhammad closed 2 years ago

ShaidaMuhammad commented 2 years ago

The link is broken. http://tts.speech.cs.cmu.edu/sentence_order/nips_bert.tar can't download the nips_bert.tar model while running the following command

mkdir -p application/models/sentence_reorder && cd application/models/sentence_reorder/ && curl -O http://tts.speech.cs.cmu.edu/sentence_order/nips_bert.tar && tar -xf nips_bert.tar && rm nips_bert.tar && mv nips_bert/ model/

thiborose commented 2 years ago

Thanks for reporting. However, the link isn't broken on my side. Maybe it was a temporary sort of thing

ShaidaMuhammad commented 2 years ago

Thanks for reporting. However, the link isn't broken on my side. Maybe it was a temporary sort of thing

This link was fixed after a few days as I have reported it via email as well.