Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
| 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"):
|