Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
# imports
|
| 2 |
import streamlit as st
|
| 3 |
-
from fastai.learner import load_learner
|
| 4 |
from fastai.tabular.all import *
|
| 5 |
from PIL import Image
|
| 6 |
|
|
@@ -51,6 +50,3 @@ My name is Jimmie Munyi. You can connect with me on [Twitter](https://twitter.co
|
|
| 51 |
If you wish to see how Similar Books was created, read this [blog post](https://jimmiemunyi.github.io/blog/projects/tutorial/2021/02/15/Book-Recommendation-Model-Training.html).
|
| 52 |
|
| 53 |
'''
|
| 54 |
-
del books
|
| 55 |
-
|
| 56 |
-
|
|
|
|
| 1 |
# imports
|
| 2 |
import streamlit as st
|
|
|
|
| 3 |
from fastai.tabular.all import *
|
| 4 |
from PIL import Image
|
| 5 |
|
|
|
|
| 50 |
If you wish to see how Similar Books was created, read this [blog post](https://jimmiemunyi.github.io/blog/projects/tutorial/2021/02/15/Book-Recommendation-Model-Training.html).
|
| 51 |
|
| 52 |
'''
|
|
|
|
|
|
|
|
|