Spaces:
Sleeping
Sleeping
Function correction
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def perform(input1, input2):
|
|
84 |
|
85 |
return path, info_window, btn_buy
|
86 |
|
87 |
-
def
|
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=
|
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()
|