nmouquet commited on
Commit
4afe094
·
1 Parent(s): 8b338aa

fix type of Image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='file'), gr.outputs.Image(type='plot'), description=description, article=article, title=title, examples=examples, analytics_enabled=False).launch()
 
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()