faishaltm commited on
Commit
067220b
·
1 Parent(s): 41762c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- from fastai.vision import *
2
  import gradio as gr
3
 
4
  def is_cat(x): return x[0].isupper()
 
1
+ from fastai.vision.all import *
2
  import gradio as gr
3
 
4
  def is_cat(x): return x[0].isupper()