Spaces:
Sleeping
Sleeping
nmouquet
commited on
Commit
·
4afe094
1
Parent(s):
8b338aa
fix type of Image
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ article = "<p style='text-align: center'><a href='https://mateuszbuda.github.io/
|
|
64 |
examples = [
|
65 |
['TCGA_CS_4944.png']
|
66 |
]
|
67 |
-
gr.Interface(inference, gr.inputs.Image(label="input image", type='
|
|
|
64 |
examples = [
|
65 |
['TCGA_CS_4944.png']
|
66 |
]
|
67 |
+
gr.Interface(inference, gr.inputs.Image(label="input image", type='filepath'), gr.outputs.Image(type='plot'), description=description, article=article, title=title, examples=examples, analytics_enabled=False).launch()
|