DawnC commited on
Commit
e805d38
ยท
1 Parent(s): e1f5cec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ def predict(image):
267
  iface = gr.Interface(
268
  fn=predict,
269
  inputs=gr.Image(label="Upload a dog image", type="numpy"),
270
- outputs=[gr.Markdown(label="Prediction Results"), gr.Button(label="See More Details")],
271
  title="<h1 style='font-family:Roboto; font-weight:bold; color:#2C3E50; text-align:center;'>๐Ÿถ Dog Breed Classifier ๐Ÿ”</h1>",
272
  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)',
273
  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>",
 
267
  iface = gr.Interface(
268
  fn=predict,
269
  inputs=gr.Image(label="Upload a dog image", type="numpy"),
270
+ outputs=[gr.Markdown(label="Prediction Results"), gr.Button(value="See More Details")],
271
  title="<h1 style='font-family:Roboto; font-weight:bold; color:#2C3E50; text-align:center;'>๐Ÿถ Dog Breed Classifier ๐Ÿ”</h1>",
272
  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)',
273
  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>",