Bittar commited on
Commit
b5bf652
1 Parent(s): 8246d6a
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
- import fastai
 
2
  from fastai.vision.all import *
3
  import gradio as gr
4
  def Octopus_or_Squid(x): return x[0].isupper()
 
1
+ from huggingface_hub import hf_hub_download
2
+ hf_hub_download(repo_id="fastai/fastai", filename="fastai")
3
  from fastai.vision.all import *
4
  import gradio as gr
5
  def Octopus_or_Squid(x): return x[0].isupper()