Sara Tolosa commited on
Commit
dd9445f
·
1 Parent(s): db36da3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  # This script is used to create a Gradio interface in which we have a
2
  # dog vs cat classifier using the fastai library. For more explanation,
3
- # visit the Google Colab notebook associated.
4
 
5
  from fastai.vision.all import *
6
  import gradio as gr
 
1
  # This script is used to create a Gradio interface in which we have a
2
  # dog vs cat classifier using the fastai library. For more explanation,
3
+ # check the Google Colab notebook "Lesson_2".
4
 
5
  from fastai.vision.all import *
6
  import gradio as gr