danydrago commited on
Commit
6321d4a
·
verified ·
1 Parent(s): e72c0e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -12,6 +12,8 @@ gradio_app = gr.Interface(
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
  )
16
 
17
  if __name__ == "__main__":
 
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-image: url('file=background.png')}"
17
  )
18
 
19
  if __name__ == "__main__":