Spaces:
Sleeping
Sleeping
Button lg
Browse files
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=True, size='
|
88 |
-
imagen = gr.Image('
|
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='lg')
|
88 |
+
imagen = gr.Image('no-result.png', show_download_button=False, visible=True)
|
89 |
|
90 |
demo = gr.Interface(
|
91 |
fn=perform,
|