Wootang01 commited on
Commit
f457f25
1 Parent(s): 9d3068f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import requests
8
  response = requests.get("https://git.io/JJkYN")
9
  labels = response.text.split("\n")
10
 
11
- title = "Image Classifier Two -- Keras Mobile Net"
12
  description = """This machine has vision. It can see objects and concepts in an image. To test the machine, upload or drop an image, submit and read the results. The results comprise a list of words that the machine sees in the image. Beside a word, the length of the bar indicates the confidence with which the machine sees the word. The longer the bar, the more confident the machine is.
13
  """
14
  article = "This app was made by following [this Gradio guide](https://gradio.app/image_classification_in_tensorflow/)."
 
8
  response = requests.get("https://git.io/JJkYN")
9
  labels = response.text.split("\n")
10
 
11
+ title = "Image Classifier Three -- Keras Mobile Net"
12
  description = """This machine has vision. It can see objects and concepts in an image. To test the machine, upload or drop an image, submit and read the results. The results comprise a list of words that the machine sees in the image. Beside a word, the length of the bar indicates the confidence with which the machine sees the word. The longer the bar, the more confident the machine is.
13
  """
14
  article = "This app was made by following [this Gradio guide](https://gradio.app/image_classification_in_tensorflow/)."