Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
은승우
2019-12-03 20:11:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a252050c682f216e9fcd8b637a5575588fc9858f
a252050c
1 parent
e5a23cf5
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
a252050
...
...
@@ -83,7 +83,7 @@ vision.init(jsonfile);
//Build the request payloads
var
d
=
requtil
.
createRequests
().
addRequest
(
requtil
.
createRequest
(
'/
Users/terry/images/dale2
.jpg'
)
requtil
.
createRequest
(
'/
home/ubuntu/a/LINEBOT/photo/Fancy-TWICE
.jpg'
)
.
withFeature
(
'Optical Character Recognition'
,
3
)
.
build
());
//Do query to the api server
...
...
Please
register
or
login
to post a comment