Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
·
392d839
1
Parent(s):
f0a34a7
Update app.py
Browse files
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=
|
138 |
-
zs = gr.State(value=
|
139 |
-
wts = gr.State(value=
|
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)
|