Skip to content
Snippets Groups Projects
Commit a3b5d032 authored by fima's avatar fima :beers:
Browse files

Hotfix: Image examples for the base Gradio interface

parent ac52da63
No related branches found
No related tags found
No related merge requests found
...@@ -114,14 +114,12 @@ class InterfaceWithExamples(BaseInterface): ...@@ -114,14 +114,12 @@ class InterfaceWithExamples(BaseInterface):
def _set_examples_list(self): def _set_examples_list(self):
examples = [ examples = [
"blobs_256x256x256.tif",
"fly_150x256x256.tif", "fly_150x256x256.tif",
"cement_128x128x128.tif", "cement_128x128x128.tif",
"NT_10x200x100.tif",
"NT_128x128x128.tif", "NT_128x128x128.tif",
"shell_225x128x128.tif", "shell_225x128x128.tif",
"bone_128x128x128.tif", "bone_128x128x128.tif",
] ]
self.img_examples = [] self.img_examples = []
for example in examples: for example in examples:
self.img_examples.append([path.join(self.qim_dir, "img_examples", example)]) self.img_examples.append([path.join(self.qim_dir, "examples", example)])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment