Spaces:
Runtime error
Runtime error
Hide buy button
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def perform(input1, input2):
|
|
84 |
return path, info_window
|
85 |
|
86 |
label = gr.Label("Hola!")
|
87 |
-
buy = gr.Button("Buy More")
|
88 |
imagen = gr.Image('source.png', show_download_button=False, visible=False)
|
89 |
|
90 |
demo = gr.Interface(
|
|
|
84 |
return path, info_window
|
85 |
|
86 |
label = gr.Label("Hola!")
|
87 |
+
buy = gr.Button("Buy More", visible=False)
|
88 |
imagen = gr.Image('source.png', show_download_button=False, visible=False)
|
89 |
|
90 |
demo = gr.Interface(
|