glrh11 commited on
Commit
115e999
1 Parent(s): 3ae2391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def predict(image):
9
 
10
  gr.Interface(
11
  predict,
12
- inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=5),
14
  title="Image Classification",
15
  ).launch()
 
9
 
10
  gr.Interface(
11
  predict,
12
+ inputs=gr.inputs.Image(label="Upload an image", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=5),
14
  title="Image Classification",
15
  ).launch()