debutts commited on
Commit
3b04ecc
·
1 Parent(s): 9dae01c

add requirements.txt

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,9 +1,5 @@
1
  import gradio as gr
2
-
3
- from huggingface_hub import hf_hub_download
4
- from fastai.vision.all import *
5
-
6
- from fastbook import *
7
 
8
  def greet(name):
9
  return "Hello " + name + "!!"
 
1
  import gradio as gr
2
+ from fastai.learner import load_learner
 
 
 
 
3
 
4
  def greet(name):
5
  return "Hello " + name + "!!"