rbanfield commited on
Commit
134eef3
·
1 Parent(s): 671307d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ def run(input_image):
7
 
8
  gr.Interface(
9
  fn=run,
10
- inputs=gr.Image("pil"),
11
  outputs=gr.Textbox(),
12
  ).launch()
 
7
 
8
  gr.Interface(
9
  fn=run,
10
+ inputs=gr.Image(type="pil", label="Input Image"),
11
  outputs=gr.Textbox(),
12
  ).launch()