doyu commited on
Commit
ac569a8
1 Parent(s): 1f82e2e
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import gradio as gr
2
 
3
  def greet(name):
 
1
+ from fastai.vision.all import *
2
  import gradio as gr
3
 
4
  def greet(name):
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ fastai>=2.0.0