dtyago commited on
Commit
a2fee98
1 Parent(s): e3f36c1

description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,5 +82,5 @@ gr.Interface(
82
  inputs=gr.Image(type="pil"),
83
  outputs=gr.Image(type="pil"),
84
  title="Gramophone & Veena Detection with TensorFlow Models",
85
- description="This app uses TensorFlow models to detect objects in images. Upload an image to see the detected gramophone and veena. Initial model in red and tuned model in green bounding box"
86
  ).launch(share=True)
 
82
  inputs=gr.Image(type="pil"),
83
  outputs=gr.Image(type="pil"),
84
  title="Gramophone & Veena Detection with TensorFlow Models",
85
+ description="This app uses TensorFlow models to detect objects in images. Upload an image to see the detected gramophone and veena. Bounding boxes labeled Run1 = - Model 2, Run2= - Model 1"
86
  ).launch(share=True)