Commit
·
959befd
1
Parent(s):
5798a8e
remove examples
Browse files
app.py
CHANGED
|
@@ -217,13 +217,13 @@ with gr.Blocks() as demo:
|
|
| 217 |
|
| 218 |
btn.click(fn=func, inputs=inp, outputs=[inp1, inp2, inp3, out])
|
| 219 |
|
| 220 |
-
with gr.Row():
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
)
|
| 228 |
|
| 229 |
demo.launch()
|
|
|
|
| 217 |
|
| 218 |
btn.click(fn=func, inputs=inp, outputs=[inp1, inp2, inp3, out])
|
| 219 |
|
| 220 |
+
# with gr.Row():
|
| 221 |
+
# gr.Examples(examples=["chip_102_345_merged.tif", "chip_104_104_merged.tif", "chip_109_421_merged.tif"],
|
| 222 |
+
# inputs=inp,
|
| 223 |
+
# outputs=[inp1, inp2, inp3, out],
|
| 224 |
+
# preprocess=preprocess_example,
|
| 225 |
+
# fn=func,
|
| 226 |
+
# cache_examples=True,
|
| 227 |
+
# )
|
| 228 |
|
| 229 |
demo.launch()
|