Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 20 |
-
os.path.join(os.path.dirname(__file__), "lung02.
|
| 21 |
-
os.path.join(os.path.dirname(__file__), "lung03.
|
| 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,
|