KabeerAmjad commited on
Commit
6e9fd21
1 Parent(s): 96ad777

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def predict(image):
73
  # Set up the Gradio interface
74
  iface = gr.Interface(
75
  fn=predict,
76
- inputs=gr.inputs.Image(type="pil"),
77
  outputs="text",
78
  title="Food Classification Model",
79
  description="Upload an image of food to classify it."
 
73
  # Set up the Gradio interface
74
  iface = gr.Interface(
75
  fn=predict,
76
+ inputs=gr.Image(type="pil"),
77
  outputs="text",
78
  title="Food Classification Model",
79
  description="Upload an image of food to classify it."