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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -25,17 +25,17 @@ details = [
25
  ["DEPARTMENT: COMPUTER SCIENCE"],
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()
 
25
  ["DEPARTMENT: COMPUTER SCIENCE"],
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
+ <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
+
37
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
38
  title="Flower Classification using InceptionV3",
39
  description="A flower classification app built using python and deployed using gradio/n" + "NAME: OLUMIDE TOLULOPE SAMUEL",
40
  article=article,
 
41
  interpretation='default').launch()