LPX55 commited on
Commit
90c409d
·
verified ·
1 Parent(s): 33d3ae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -121,7 +121,6 @@ def main():
121
  with gr.Tab("Image Inference"):
122
  with gr.Row():
123
  with gr.Column():
124
- gr.Markdown("## Upload Image for Evaluation")
125
  input_image = gr.Image(type="pil", label="Upload Image")
126
  with gr.Column():
127
  output = gr.JSON(label="Classification Result")
 
121
  with gr.Tab("Image Inference"):
122
  with gr.Row():
123
  with gr.Column():
 
124
  input_image = gr.Image(type="pil", label="Upload Image")
125
  with gr.Column():
126
  output = gr.JSON(label="Classification Result")