Moibe commited on
Commit
4a98800
·
1 Parent(s): 6f62fc6

Function correction

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,7 +84,7 @@ def perform(input1, input2):
84
 
85
  return path, info_window, btn_buy
86
 
87
- def cambio():
88
 
89
  print("Ejecutando change...")
90
 
@@ -111,7 +111,7 @@ result_image = gr.Image(label="Blend Result")
111
  #txt_console = gr.Textbox(label="Console", value="AI Engine Ready...", interactive=False)
112
  lbl_console = gr.Label(label="Console", value="AI Engine ready...", container=True)
113
  btn_buy = gr.Button("Buy More", visible=True, size='lg')
114
- #btn_buy.click(fn=cambio, outputs=mrk_title)
115
 
116
  #Gradio themes:
117
  # — gr.themes.Base()
 
84
 
85
  return path, info_window, btn_buy
86
 
87
+ def click_buy():
88
 
89
  print("Ejecutando change...")
90
 
 
111
  #txt_console = gr.Textbox(label="Console", value="AI Engine Ready...", interactive=False)
112
  lbl_console = gr.Label(label="Console", value="AI Engine ready...", container=True)
113
  btn_buy = gr.Button("Buy More", visible=True, size='lg')
114
+ #btn_buy.click(fn=click_buy, outputs=mrk_title)
115
 
116
  #Gradio themes:
117
  # — gr.themes.Base()