Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于第三章基于cnn的图像识别应用编程实践 #10

Open
Yougarsama opened this issue Sep 8, 2020 · 2 comments
Open

关于第三章基于cnn的图像识别应用编程实践 #10

Yougarsama opened this issue Sep 8, 2020 · 2 comments

Comments

@Yougarsama
Copy link

**我将您的代码运行之后

在app.py的:**

if name == "main":
app.run(host="0.0.0.0", port=8008, debug=False)

这里运行之后出现的问题:

无法访问此网站
网址为 http://0.0.0.0:8008/ 的网页可能暂时无法连接,或者它已永久性地移动到了新网址。
ERR_ADDRESS_INVALID

@tomuGo
Copy link

tomuGo commented Mar 10, 2021

改成127.0.0.1:8008 ,但是路由跳转还是0.0.0.0。不知道flask是怎么设置的

@YjhCS
Copy link

YjhCS commented Mar 12, 2021

将Ip地址改成127.0.0.1:8008后,还需要将跳转后html中相应的Ip做更改,就可以识别了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants