Commit 09c37a4c authored by Prabath_Zincat's avatar Prabath_Zincat

some changes

parent 766f415f
......@@ -256,4 +256,4 @@ def predict_pronounce(FPFN):
if __name__ == "__main__":
app.run(host='192.168.8.100')
app.run(host='192.168.1.104')
......@@ -12,7 +12,7 @@ def create_con():
database="helply",
host="127.0.0.1",
user="root",
password="rp19970520"
password="12345678"
)
return db
......
......@@ -2,6 +2,6 @@ import axios from 'axios';
// export default axios.create({ baseURL: 'http://192.168.8.102:5000/', timeout: 15000, });
export default axios.create({
baseURL: 'http://192.168.8.100:5000/',
baseURL: 'http://192.168.1.104:5000/',
timeout: 15000,
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment