liewchooichin commited on
Commit
1ddcc8e
1 Parent(s): 9446ad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -86,10 +86,7 @@ examples = [
86
  sample_files[3],
87
  ]
88
  title = "Detecting hamster and butterfly"
89
- description = gr.Markdown("""
90
- ## Using TensorFlow Object Detection API.
91
- Find out more about the API [here](https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html)
92
- """)
93
 
94
  gr.Interface(
95
  title=title,
 
86
  sample_files[3],
87
  ]
88
  title = "Detecting hamster and butterfly"
89
+ description = "Using TensorFlow Object Detection API."
 
 
 
90
 
91
  gr.Interface(
92
  title=title,