danydrago commited on
Commit
7626c97
·
verified ·
1 Parent(s): 3ec1d42

Update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ gradio_app = gr.Interface(
11
  predict,
12
  inputs=gr.Image(label="Select hot dog candidate", sources=['upload', 'webcam'], type="pil"),
13
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
14
- title="Hot Dog? Or Not?",
15
  description = 'This is a demo of the hotdog-not-hotdog model by julien-c.<br><br>',
16
  css=".gradio-container {background-color: blanchedalmond;}"
17
  )
 
11
  predict,
12
  inputs=gr.Image(label="Select hot dog candidate", sources=['upload', 'webcam'], type="pil"),
13
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
14
+ title="Does this picture contain a Hot Dog?",
15
  description = 'This is a demo of the hotdog-not-hotdog model by julien-c.<br><br>',
16
  css=".gradio-container {background-color: blanchedalmond;}"
17
  )