ciaochaos commited on
Commit
b1b1939
1 Parent(s): adfc93d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks() as demo:
105
  variant="primary"
106
  )
107
  with gr.Column(min_width=300):
108
- output = gr.Gallery(
109
  label="Result",
110
  )
111
 
 
105
  variant="primary"
106
  )
107
  with gr.Column(min_width=300):
108
+ output = gr.Image(
109
  label="Result",
110
  )
111