miracle01 commited on
Commit
7595f2e
·
1 Parent(s): e8a42cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,10 +30,10 @@ article = """<h4 style='text-align: center'><b>NAME: OLUMIDE TOLULOPE SAMUEL</b>
30
  <div></br>
31
  <b>Image Preprocessing and Testing</b>
32
  <p>Preprocessing for Daisy flowers</p>
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",
 
30
  <div></br>
31
  <b>Image Preprocessing and Testing</b>
32
  <p>Preprocessing for Daisy flowers</p>
33
+ <img src="https://huggingface.co/spaces/miracle01/Flower_Classification/blob/main/output_daisy.png" alt="daisy flower" width="500" height="600">
34
  </div>
35
  """
36
+
37
 
38
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
39
  title="Flower Classification using InceptionV3",