Skip to content

Commit 3f3028b

Browse files
committed
Updated port to be 8083
1 parent 67dca5b commit 3f3028b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/inference/app.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
app = Flask(__name__)
1212
CORS(app)
1313

14-
PORT = 8082
14+
PORT = 8083
1515

1616
llmware_extractor_config = {
1717
"model_name": "slim-extract-tool",

0 commit comments

Comments
 (0)