Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
change server url of detectron2, stanfordnlp
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjeonglee committed Apr 10, 2020
1 parent 8575041 commit de53e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Config(object) :
#DETECTRON_URL = 'http://localhost/predictions'
DETECTRON_URL = 'https://detectron2-gpu.gkswjdzz.endpoint.dev.ainize.ai/predictions'
DETECTRON_URL = 'https://detectron2-gpu.gkswjdzz.endpoint.ainize.ai/predictions'
#STANFORDNLP_URL = 'http://localhost:81/analyze'
STANFORDNLP_URL = 'https://test-stanford-gpu.gkswjdzz.endpoint.dev.ainize.ai/analyze'
STANFORDNLP_URL = 'https://test-stanford-gpu.gkswjdzz.endpoint.ainize.ai/analyze'

0 comments on commit de53e83

Please sign in to comment.