From a1e6a78ff13272a865830650a817b11cde8a5634 Mon Sep 17 00:00:00 2001 From: Kenton Lee Date: Fri, 9 Mar 2018 12:00:45 -0800 Subject: [PATCH] Remove instructions for deprecated functionality. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 94e64844..2b0b9c09 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,6 @@ A demo of the code can be found here: http://e2e-coref.kentonl.com. * For the command-line demo with the pretrained model: * Run `python demo.py final` -* For the web demo with the pretrained model: - * Run `python demo.py final 8080` - * Edit the URL at the end of `docs/main.js` to point to the demo location, e.g. `localhost:8080` - * Open `docs/index.html` in a web browser. * To run the demo with other experiments, replace `final` with your configuration name. ## Batched Prediction Instructions