CindyBSydney commited on
Commit
97dd5a4
1 Parent(s): 8bb6835

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def classify_image(uploaded_image):
60
  iface = gr.Interface(
61
  fn=classify_image,
62
  inputs=File(type="filepath"),
63
- outputs=gr.Image(plot=True),
64
  title="GastroHub AI Gastric Image Classifier",
65
  description="Upload an image to classify it as normal or abnormal.",
66
  article="Above is a sample image to test the results of the model. Click it to see the results.",
 
60
  iface = gr.Interface(
61
  fn=classify_image,
62
  inputs=File(type="filepath"),
63
+ outputs=gr.Image(),
64
  title="GastroHub AI Gastric Image Classifier",
65
  description="Upload an image to classify it as normal or abnormal.",
66
  article="Above is a sample image to test the results of the model. Click it to see the results.",