Spaces:
Sleeping
Sleeping
Console orders
Browse files
app.py
CHANGED
@@ -125,17 +125,13 @@ with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Base()) as mai
|
|
125 |
|
126 |
with gr.Row():
|
127 |
|
128 |
-
|
129 |
-
|
130 |
-
# Hello World!
|
131 |
-
Start typing below to see the output.
|
132 |
-
""")
|
133 |
-
gr.Markdown("""##Goodbye""")
|
134 |
nueva_label = gr.Label("Credits")
|
135 |
|
136 |
|
137 |
#lbl_msg.change(fn=cambio, lbl_msg)
|
138 |
-
btn_buy.click(fn=cambio, outputs=mrk_title)
|
139 |
|
140 |
with gr.Row():
|
141 |
|
@@ -143,7 +139,7 @@ with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Base()) as mai
|
|
143 |
fn=perform,
|
144 |
title="",
|
145 |
inputs=[source_image, destination_image],
|
146 |
-
outputs=[
|
147 |
)
|
148 |
|
149 |
main.launch(auth=authenticate)
|
|
|
125 |
|
126 |
with gr.Row():
|
127 |
|
128 |
+
gr.Markdown()
|
129 |
+
gr.Markdown()
|
|
|
|
|
|
|
|
|
130 |
nueva_label = gr.Label("Credits")
|
131 |
|
132 |
|
133 |
#lbl_msg.change(fn=cambio, lbl_msg)
|
134 |
+
#btn_buy.click(fn=cambio, outputs=mrk_title)
|
135 |
|
136 |
with gr.Row():
|
137 |
|
|
|
139 |
fn=perform,
|
140 |
title="",
|
141 |
inputs=[source_image, destination_image],
|
142 |
+
outputs=[result_image, txt_console, lbl_console, btn_buy],
|
143 |
)
|
144 |
|
145 |
main.launch(auth=authenticate)
|