Skip to content

Commit 320a06e

Browse files
authored
Change Extraction API in interactive mode
1 parent f3cc10f commit 320a06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactive_predict.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SHOW_TOP_CONTEXTS = 10
55
MAX_PATH_LENGTH = 8
66
MAX_PATH_WIDTH = 2
7-
EXTRACTION_API = 'https://ff655m4ut8.execute-api.us-east-1.amazonaws.com/production/extractmethods'
7+
EXTRACTION_API = 'https://po3g2dx2qa.execute-api.us-east-1.amazonaws.com/production/extractmethods'
88

99

1010
class InteractivePredictor:

0 commit comments

Comments
 (0)