Linoy Tsaban commited on
Commit
392d839
1 Parent(s): f0a34a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -134,9 +134,9 @@ with gr.Blocks(css='style.css') as demo:
134
  return output
135
 
136
  gr.HTML(intro)
137
- wt = gr.State(value=None)
138
- zs = gr.State(value=None)
139
- wts = gr.State(value=None)
140
  with gr.Row():
141
  input_image = gr.Image(label="Input Image", interactive=True)
142
  input_image.style(height=512, width=512)
 
134
  return output
135
 
136
  gr.HTML(intro)
137
+ wt = gr.State(value=False)
138
+ zs = gr.State(value=False)
139
+ wts = gr.State(value=False)
140
  with gr.Row():
141
  input_image = gr.Image(label="Input Image", interactive=True)
142
  input_image.style(height=512, width=512)