mouseland commited on
Commit
e24900f
·
verified ·
1 Parent(s): 9fd7528

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(title = "Hello",
131
  css=".gradio-container {background:purple;}") as demo:
132
 
133
  with gr.Row():
134
- input_image = gr.Image(label = "Input image", type = "np.ndarray")
135
  output_image3 = gr.Image(label = "Output image", type = "pil")
136
 
137
  #with gr.Row():
 
131
  css=".gradio-container {background:purple;}") as demo:
132
 
133
  with gr.Row():
134
+ input_image = gr.Image(label = "Input image", type = "numpy")
135
  output_image3 = gr.Image(label = "Output image", type = "pil")
136
 
137
  #with gr.Row():