miracle01 commited on
Commit
e8a42cc
·
1 Parent(s): 06d9dad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ article = """<h4 style='text-align: center'><b>NAME: OLUMIDE TOLULOPE SAMUEL</b>
33
  <img src="https://huggingface.co/spaces/miracle01/Flower_Classification/blob/main/output_daisy.png" alt="daisy flower">
34
  </div>
35
  """
 
36
 
37
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
38
  title="Flower Classification using InceptionV3",
 
33
  <img src="https://huggingface.co/spaces/miracle01/Flower_Classification/blob/main/output_daisy.png" alt="daisy flower">
34
  </div>
35
  """
36
+ image="<img src="https://huggingface.co/spaces/miracle01/Flower_Classification/blob/main/output_daisy.png" alt="daisy flower"> <img src="output_daisy.png" alt="daisy flower">"
37
 
38
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
39
  title="Flower Classification using InceptionV3",