Spaces:
Runtime error
Runtime error
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='
|
50 |
-
in_image_mask = gr.Image(type='
|
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()
|