Ashwatthama commited on
Commit
ade1b7a
·
1 Parent(s): b3684b8

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import sys
6
  def install(package):
7
  subprocess.check_call([sys.executable, "-m", "pip", "install", "fastai"])
8
  #|export
9
- from fastai.vision.all import *
10
  import gradio as gr
11
 
12
  def is_teddy(x): return x[0].isupper()
 
6
  def install(package):
7
  subprocess.check_call([sys.executable, "-m", "pip", "install", "fastai"])
8
  #|export
9
+ #from fastai.vision.all import *
10
  import gradio as gr
11
 
12
  def is_teddy(x): return x[0].isupper()