Spaces:
Runtime error
Runtime error
update
Browse files
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()
|