Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -383,6 +383,7 @@ with gr.Blocks(css=css) as demo:
|
|
383 |
"scribble",
|
384 |
],
|
385 |
value="pose_estimation",
|
|
|
386 |
)
|
387 |
|
388 |
cn_source_image = gr.Image(label="Upload Source Image")
|
|
|
383 |
"scribble",
|
384 |
],
|
385 |
value="pose_estimation",
|
386 |
+
interactive=True,
|
387 |
)
|
388 |
|
389 |
cn_source_image = gr.Image(label="Upload Source Image")
|