dmuth commited on
Commit
5ad1931
1 Parent(s): f9be7ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@ pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotd
5
 
6
  def predict(input_img):
7
  predictions = pipeline(input_img)
8
- print(f"TEST: {predictions}")
9
  return input_img, {p["label"]: p["score"] for p in predictions}
10
 
11
  gradio_app = gr.Interface(
 
5
 
6
  def predict(input_img):
7
  predictions = pipeline(input_img)
 
8
  return input_img, {p["label"]: p["score"] for p in predictions}
9
 
10
  gradio_app = gr.Interface(