Spaces:
Runtime error
Runtime error
RichardMB1217
commited on
Commit
•
1098da3
1
Parent(s):
e27ae7c
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(
|
|
161 |
|
162 |
with gr.Row():
|
163 |
with gr.Column(scale=1):
|
164 |
-
image_input = gr.Image(type="pil", interactive=
|
165 |
|
166 |
# with gr.Row():
|
167 |
sampling = gr.Radio(
|
|
|
161 |
|
162 |
with gr.Row():
|
163 |
with gr.Column(scale=1):
|
164 |
+
image_input = gr.Image(type="pil", interactive=True)
|
165 |
|
166 |
# with gr.Row():
|
167 |
sampling = gr.Radio(
|