ysharma HF Staff commited on
Commit
0c1bf23
·
1 Parent(s): 516f205
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ with demo:
46
  """Testing Inference for Gradio. Work in Progress."""
47
  )
48
  with gr.Row():
49
- in_image = gr.Image(type='pil') #(visible=False) type='numpy'
50
- in_image_mask = gr.Image(type='pil') #, source="canvas") #, visible=False) #type='numpy',
51
  out_image = gr.outputs.Image(type='file') #(type='file')
52
 
53
  #in_text1 = gr.Textbox()
 
46
  """Testing Inference for Gradio. Work in Progress."""
47
  )
48
  with gr.Row():
49
+ in_image = gr.Image(type='file') #(visible=False) type='numpy'
50
+ in_image_mask = gr.Image(type='file') #, source="canvas") #, visible=False) #type='numpy',
51
  out_image = gr.outputs.Image(type='file') #(type='file')
52
 
53
  #in_text1 = gr.Textbox()