Sara Tolosa
commited on
Commit
·
dd9445f
1
Parent(s):
db36da3
update
Browse files
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 |
-
#
|
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
|