Trying to follow the steps as provided in the video/notebook (02_production).
Got everything up and running on my/local machine (Mac), but not able to make it work on voila (i.e. to see it as a Voilà web application by replacing the word “notebooks” in browser’s URL with: “voila/render”. )
" Upon installation, several components are installed, one of which is the voila command-line utility. You can try it by typing voila notebook.ipynb . It results in the browser opening to a new tornado application showing markdown cells, rich outputs, and interactive widgets."
i got the same problem while running on paperspace.I changed that piece of URL as Jeremy did but it gave me a 404 error,then i tried to use voila in the terminal and it returned me “[Voila] WARNING | No web browser found: could not locate runnable browser.”
I am using gradient. And it doens’t work in command line for me. But There is a button on Jupiter as shown in @Diegowu02 's gif and it works perfectly from there on.
I am currently trying to turn the jupyter notebook into the Voilà app. Jeremy makes mention of a “bear_classifier” notebook in the book’s repo to show how the application is created. However when I check GitHub there is no such notebook. fast.ai course github
I am using gradient to run my notebook would anyone kindly provide me with a guide on what code is required to be added in for the app. Jeremy states to add only the code needed to create and show the widgets but what about the model ?
update: I found the repo for the demo if you are looking for it here it is. Voilà Bear Demo
That Voila Bear demo does not work for me. I copied the demo from the GitHub repo to my jupyter notebook, run it, press the upload button, upload an image, and then nothing, no result. I had the same problem in general with the upload button in the previous exemples in the notebook, although when pressing the button it seems to upload my image, it does not pass that image to the next cell.
I am using GCP, and Safari. I saw other users commenting that they had a similar problem with the upload button, but it seems that no-one found a solution, instead entered image manually in the notebook cell.
would appreciate any assistance since I would love to put my application in production!