theFisher86 commited on
Commit
11e2a0f
1 Parent(s): 4a8e122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ iface = gr.Interface(
50
  gr.Image(label="Body File", value="BodyFile", interactive=True, show_share_button=True, container=True, type='filepath', sources=('upload', 'webcam', 'clipboard'))
51
  ],
52
  outputs=[
53
- gr.Image(type="pil", show_download_button=True),
54
- gr.Image(type="pil", show_download_button=True)
55
  ],
56
  #gr.Textbox(label="Job Number", placeholder="will fill in when job number received", interactive=False),
57
  title="File Upload Interface",
 
50
  gr.Image(label="Body File", value="BodyFile", interactive=True, show_share_button=True, container=True, type='filepath', sources=('upload', 'webcam', 'clipboard'))
51
  ],
52
  outputs=[
53
+ gr.Textbox(label="Result")
54
+ #gr.Image(type="pil", show_download_button=True)
55
  ],
56
  #gr.Textbox(label="Job Number", placeholder="will fill in when job number received", interactive=False),
57
  title="File Upload Interface",