Spaces:
Sleeping
Sleeping
try different import statements for fastai
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
|
|
3 |
|
4 |
from fastbook import *
|
5 |
|
|
|
1 |
import gradio as gr
|
2 |
+
from huggingface_hub import hf_hub_download
|
3 |
+
from fastai.learner import load_learner
|
4 |
|
5 |
from fastbook import *
|
6 |
|