hiikate commited on
Commit
ca70d99
·
1 Parent(s): 68a364c

updated app

Browse files
Files changed (2) hide show
  1. app.ipynb +10 -0
  2. app.py +4 -0
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