Sara Tolosa
commited on
Commit
·
5b705f1
1
Parent(s):
b0b0988
update env
Browse files
app.py
CHANGED
@@ -1,6 +1,9 @@
|
|
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
|
|
|
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 |
+
# Remember to select the correct environment with "Select Interpreter"
|
6 |
+
# Ctrl + Shift + P
|
7 |
|
8 |
from fastai.vision.all import *
|
9 |
import gradio as gr
|