Update app.py
Browse files
app.py
CHANGED
|
@@ -146,9 +146,10 @@ with gr.Blocks(title="CXR Projection & Rotation") as demo:
|
|
| 146 |
# サンプル例
|
| 147 |
gr.Examples(
|
| 148 |
examples=[
|
| 149 |
-
"./sample/
|
| 150 |
-
"./sample/
|
| 151 |
-
"./sample/
|
|
|
|
| 152 |
],
|
| 153 |
inputs=input_image
|
| 154 |
)
|
|
|
|
| 146 |
# サンプル例
|
| 147 |
gr.Examples(
|
| 148 |
examples=[
|
| 149 |
+
"./sample/1_AP_Upright.png",
|
| 150 |
+
"./sample/1_PA_Inverted.png",
|
| 151 |
+
"./sample/2_AP_Right90.png",
|
| 152 |
+
"./sample/2_Lateral_Left90.png.png",
|
| 153 |
],
|
| 154 |
inputs=input_image
|
| 155 |
)
|