miracle01 commited on
Commit
33c722a
·
1 Parent(s): 4444154

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -26,8 +26,16 @@ details = [
26
  ]
27
 
28
  article = "<h4 style='text-align: center'><b>NAME: OLUMIDE TOLULOPE SAMUEL</b> </br> <b>MATRIC NO: HNDCOM/22/037</b> </br> <b>CLASS: HND1</b> </br> <b>LEVEL: 300L</b> </br> <b>DEPARTMENT: COMPUTER SCIENCE</b> </h4>"
 
 
 
 
 
 
 
29
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
30
  title="Flower Classification using InceptionV3",
31
  description="A flower classification app built using python and deployed using gradio/n" + "NAME: OLUMIDE TOLULOPE SAMUEL",
32
  article=article,
 
33
  interpretation='default').launch()
 
26
  ]
27
 
28
  article = "<h4 style='text-align: center'><b>NAME: OLUMIDE TOLULOPE SAMUEL</b> </br> <b>MATRIC NO: HNDCOM/22/037</b> </br> <b>CLASS: HND1</b> </br> <b>LEVEL: 300L</b> </br> <b>DEPARTMENT: COMPUTER SCIENCE</b> </h4>"
29
+ articlee = """<h4> Model Training and </h4>
30
+ <div></br>
31
+ <p>Image Preprocessing and Testing</p>
32
+ <b>Preprocessing for Daisy flowers</b>
33
+ <img src="daisy_output_1.png" />
34
+ </div>
35
+ """
36
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
37
  title="Flower Classification using InceptionV3",
38
  description="A flower classification app built using python and deployed using gradio/n" + "NAME: OLUMIDE TOLULOPE SAMUEL",
39
  article=article,
40
+ articlee=articlee,
41
  interpretation='default').launch()