multimodalart HF Staff commited on
Commit
8c5a92c
·
verified ·
1 Parent(s): 26b519f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
186
  with gr.Row():
187
  with gr.Column():
188
  image = gr.Image(label="Input Image", type="pil", sources=["upload"])
189
- prev_output = gr.State(value=None)
190
  is_reset = gr.State(value=False)
191
 
192
  with gr.Tab("Camera Controls"):
 
186
  with gr.Row():
187
  with gr.Column():
188
  image = gr.Image(label="Input Image", type="pil", sources=["upload"])
189
+ prev_output = gr.Image(value=None, visible=False)
190
  is_reset = gr.State(value=False)
191
 
192
  with gr.Tab("Camera Controls"):