ysharma HF Staff commited on
Commit
943cd89
·
1 Parent(s): ca83300
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ with demo:
37
  """Testing Blocks Inference"""
38
  )
39
  with gr.Row():
40
- in_image = gr.Image()
41
  out_image = gr.Image()
42
 
43
  in_text1 = gr.Textbox()
 
37
  """Testing Blocks Inference"""
38
  )
39
  with gr.Row():
40
+ in_image = gr.Image(visible=False)
41
  out_image = gr.Image()
42
 
43
  in_text1 = gr.Textbox()