You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was trying to apply your code on my Windows machine. It seems that the code works perfectly fine, here are the last few lines when I run the app.py file (e.g. locally) in my Windows shell:
Restoring parameters from results/crf/model.weights/
* Debugger is active!
* Debugger PIN: 740-578-024
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
Unfortunately, when I visit the IP address printed in the terminal, it says "unable to connect" (see the first attached image)
Changing to my local IP address, which is http://127.0.0.1:5000/, i can connect but the only thing I can see are the two words "Index API" in the top left corner (see the second attached image).
Do you think it is Windows related or am I doing something wrong?
image one:
image two:
The text was updated successfully, but these errors were encountered:
Nothing's wrong here. See blog post: the serving URL can be different. Also, when you open your browser you're issuing a HTTP GET request, but what you are interested in is HTTP POST request (handled by form + ajax in my basic front-end example).
Hello, I was trying to apply your code on my Windows machine. It seems that the code works perfectly fine, here are the last few lines when I run the app.py file (e.g. locally) in my Windows shell:
Unfortunately, when I visit the IP address printed in the terminal, it says "unable to connect" (see the first attached image)
Changing to my local IP address, which is http://127.0.0.1:5000/, i can connect but the only thing I can see are the two words "Index API" in the top left corner (see the second attached image).
Do you think it is Windows related or am I doing something wrong?
image one:
image two:
The text was updated successfully, but these errors were encountered: