SocialAI commited on
Commit
e49903d
·
verified ·
1 Parent(s): 3ed840e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,9 +16,9 @@ with gr.Blocks() as demo:
16
  out_txt = gr.Textbox()
17
  btn = gr.Button(value="Submit")
18
  gr.Examples(
19
- examples=[os.path.join(os.path.dirname(__file__), "lung01.jpg"),
20
- os.path.join(os.path.dirname(__file__), "lung02.jpg"),
21
- os.path.join(os.path.dirname(__file__), "lung03.jpg")
22
  ],
23
  inputs=inp_img,
24
  outputs=out_txt,
 
16
  out_txt = gr.Textbox()
17
  btn = gr.Button(value="Submit")
18
  gr.Examples(
19
+ examples=[os.path.join(os.path.dirname(__file__), "lung01.jpeg"),
20
+ os.path.join(os.path.dirname(__file__), "lung02.jpeg"),
21
+ os.path.join(os.path.dirname(__file__), "lung03.jpeg")
22
  ],
23
  inputs=inp_img,
24
  outputs=out_txt,