updated app
Browse files
app.ipynb
CHANGED
@@ -1,5 +1,15 @@
|
|
1 |
{
|
2 |
"cells": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
{
|
4 |
"cell_type": "code",
|
5 |
"execution_count": 1,
|
|
|
1 |
{
|
2 |
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": 1,
|
6 |
+
"metadata": {},
|
7 |
+
"outputs": [],
|
8 |
+
"source": [
|
9 |
+
"title = \"Pet Breed Classifier\"\n",
|
10 |
+
"description = \"A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace spaces.\""
|
11 |
+
]
|
12 |
+
},
|
13 |
{
|
14 |
"cell_type": "code",
|
15 |
"execution_count": 1,
|
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# %%
|
2 |
#/default_exp app
|
3 |
|
|
|
1 |
+
# %%
|
2 |
+
title = "Pet Breed Classifier"
|
3 |
+
description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace spaces."
|
4 |
+
|
5 |
# %%
|
6 |
#/default_exp app
|
7 |
|