moro23 commited on
Commit
f445876
·
1 Parent(s): 6a02fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  from fastbook import *
2
  import gradio as gr
3
  ## lets load the model
4
- #learn_inf = load_learner('bear_classifier_cat')
5
- learn_inf = load_learner('multi_label_bear_classifier')
6
 
7
 
8
  def bear_classifier(image):
 
1
  from fastbook import *
2
  import gradio as gr
3
  ## lets load the model
4
+ learn_inf = load_learner('bear_classifier_cat')
5
+
6
 
7
 
8
  def bear_classifier(image):