Jonathan Chen commited on
Commit
5c2979c
1 Parent(s): 5b91093

style: format

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