axjing commited on
Commit
8150832
1 Parent(s): 511f36f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ if __name__=="__main__":
249
 
250
  demo=gr.Interface(
251
  fn=inference_all,
252
- inputs=[gr.Image(source="upload", label="In",type="filepath", format="",interactive=True)],
253
  outputs=[gr.Image(label="show"),gr.Label(label="Out")],
254
  css="footer {visibility: hidden}",
255
  )
 
249
 
250
  demo=gr.Interface(
251
  fn=inference_all,
252
+ inputs=[gr.Image(source="upload", label="IN",type="filepath", format="",interactive=True)],
253
  outputs=[gr.Image(label="show"),gr.Label(label="Out")],
254
  css="footer {visibility: hidden}",
255
  )