ybhavsar2009 commited on
Commit
eb98049
·
verified ·
1 Parent(s): 85cf6bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -346,7 +346,7 @@ with gr.Blocks(theme=gr.themes.Glass()) as demo:
346
  with gr.Row():
347
  with gr.Column():
348
  image = gr.Image(label="Picture of wound", type="filepath")
349
- examples = gr.Examples(examples=["3_photo.jpg"], outputs=image)
350
  partOfBody = gr.Radio(["Head", "Arm", "Hand", "Back", "Stomach", "Leg", "Foot"], label="What part of the body is the wound on?")
351
  with gr.Row():
352
  confirm_add_new_btn = gr.Button(value="Confirm")
 
346
  with gr.Row():
347
  with gr.Column():
348
  image = gr.Image(label="Picture of wound", type="filepath")
349
+ examples = gr.Examples(examples=["3_photo.jpg"], inputs=image)
350
  partOfBody = gr.Radio(["Head", "Arm", "Hand", "Back", "Stomach", "Leg", "Foot"], label="What part of the body is the wound on?")
351
  with gr.Row():
352
  confirm_add_new_btn = gr.Button(value="Confirm")