Don't accept inputs in output image

#1
by pcuenq HF Staff - opened
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')