Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"],
|
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")
|