Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
article= '[Dog Breed Classifier](https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/Dog%20Breed%20Classifier)',
|
187 |
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>",
|
188 |
examples=['Border_Collie.jpg',
|
189 |
'Golden_Retriever.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 |
+
article= 'For more details on this project and other work, feel free to visit my GitHub [Dog Breed Classifier](https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/Dog%20Breed%20Classifier)',
|
187 |
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>",
|
188 |
examples=['Border_Collie.jpg',
|
189 |
'Golden_Retriever.jpeg',
|