pcuenq HF staff commited on
Commit
fd0e013
1 Parent(s): d321d87

Don't accept inputs in output image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as demo:
82
 
83
  # Output section: Display the Zero123++ output image
84
  with gr.Column():
85
- output_img = gr.Image(label='Zero123++ Output')
86
 
87
  # Submit button to initiate the inference
88
  btn = gr.Button('Submit')
 
82
 
83
  # Output section: Display the Zero123++ output image
84
  with gr.Column():
85
+ output_img = gr.Image(label='Zero123++ Output', interactive=False)
86
 
87
  # Submit button to initiate the inference
88
  btn = gr.Button('Submit')