Spaces:
Runtime error
Runtime error
Allow image uploads
#16
by
jonathanrayner
- opened
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"
|
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")
|
165 |
|
166 |
# with gr.Row():
|
167 |
sampling = gr.Radio(
|