WalkerSpace commited on
Commit
f338c79
·
verified ·
1 Parent(s): 34ff26f

Update app.py

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