Spaces:
Sleeping
Sleeping
change example images file paths
Browse files
app.py
CHANGED
|
@@ -91,9 +91,9 @@ with gr.Blocks() as demo:
|
|
| 91 |
|
| 92 |
with gr.Column():
|
| 93 |
example_image = gr.Image(type="filepath", label="MRI Image", visible=False)
|
| 94 |
-
examples = gr.Examples(examples=["
|
| 95 |
-
"
|
| 96 |
-
"
|
| 97 |
inputs=[example_image])
|
| 98 |
|
| 99 |
with gr.Column(scale=0):
|
|
|
|
| 91 |
|
| 92 |
with gr.Column():
|
| 93 |
example_image = gr.Image(type="filepath", label="MRI Image", visible=False)
|
| 94 |
+
examples = gr.Examples(examples=["Te-me_0194.jpg", "Te-me_0111.jpg",
|
| 95 |
+
"Te-me_0295.jpg", "Te-me_0228.jpg",
|
| 96 |
+
"Te-me_0218.jpg", "Te-me_0164.jpg"],
|
| 97 |
inputs=[example_image])
|
| 98 |
|
| 99 |
with gr.Column(scale=0):
|