ttcielott commited on
Commit
8b2dc50
·
1 Parent(s): 2b17328

updatelibrary

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from gradio.components import Image, Textbook
3
  from fastai.vision.all import *
4
 
5
  learn = load_learner('export_ver1.pkl')
 
1
  import gradio as gr
2
+ from gradio.components import Image, Textbox
3
  from fastai.vision.all import *
4
 
5
  learn = load_learner('export_ver1.pkl')