AustinL commited on
Commit
de89db3
·
verified ·
1 Parent(s): 41727cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -22,7 +22,6 @@ import gradio as gr
22
 
23
  import gradio as gr
24
 
25
- from fastai.vision.all import*
26
 
27
  def is_healthy(x): return x[0].isupper()
28
 
 
22
 
23
  import gradio as gr
24
 
 
25
 
26
  def is_healthy(x): return x[0].isupper()
27