Moibe commited on
Commit
8b139eb
·
1 Parent(s): dd615e1

test on button and image

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,8 +84,8 @@ def perform(input1, input2):
84
  return path, info_window, buy, imagen
85
 
86
  label = gr.Label("Hola!")
87
- buy = gr.Button("Buy More", visible=False, size='sm')
88
- imagen = gr.Image('source.png', show_download_button=False, visible=False)
89
 
90
  demo = gr.Interface(
91
  fn=perform,
 
84
  return path, info_window, buy, imagen
85
 
86
  label = gr.Label("Hola!")
87
+ buy = gr.Button("Buy More", visible=True, size='sm')
88
+ imagen = gr.Image('source.png', show_download_button=False, visible=True)
89
 
90
  demo = gr.Interface(
91
  fn=perform,