ALVHB95 commited on
Commit
11303fa
·
verified ·
1 Parent(s): fec481f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ image_gradio_app = gr.Interface(
47
  fn=predict_image,
48
  inputs=gr.Image(label="Select hot dog candidate", sources=['upload', 'webcam'], type="pil"),
49
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
50
- title="Hot Dog? Or Not?",
51
  )
52
 
53
  # Cell 2: Chatbot Model
 
47
  fn=predict_image,
48
  inputs=gr.Image(label="Select hot dog candidate", sources=['upload', 'webcam'], type="pil"),
49
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
50
+ title="Hot Hot Dog? Or Not?",
51
  )
52
 
53
  # Cell 2: Chatbot Model