DawnC commited on
Commit
7e89f4c
โ€ข
1 Parent(s): db65c1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ iface = gr.Interface(
183
  inputs=gr.Image(label="Upload a dog image", type="numpy"),
184
  outputs=gr.Markdown(label="Prediction Results"),
185
  title="<h1 style='font-family:Roboto; font-weight:bold; color:#2C3E50; text-align:center;'>๐Ÿถ Dog Breed Classifier ๐Ÿ”</h1>",
186
- description="<p style='font-family:Open Sans; color:#34495E; text-align:center;'>Upload a picture of a dog, and AI will predict its breed, provide detailed information, and include a Wikipedia link!</p>",
187
  examples=['Border_Collie.jpg',
188
  'Golden_Retriever.jpeg',
189
  'Saint_Bernard.jpeg',
 
183
  inputs=gr.Image(label="Upload a dog image", type="numpy"),
184
  outputs=gr.Markdown(label="Prediction Results"),
185
  title="<h1 style='font-family:Roboto; font-weight:bold; color:#2C3E50; text-align:center;'>๐Ÿถ Dog Breed Classifier ๐Ÿ”</h1>",
186
+ description="<p style='font-family:Open Sans; color:#34495E; text-align:center;'>Upload a picture of a dog, and model will predict its breed, provide detailed information, and include an extra information link!</p>",
187
  examples=['Border_Collie.jpg',
188
  'Golden_Retriever.jpeg',
189
  'Saint_Bernard.jpeg',