Moibe commited on
Commit
7dc0f86
·
1 Parent(s): 1c92e40

Console orders

Browse files
Files changed (1) hide show
  1. app.py +4 -8
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
- mrk_title = gr.Markdown(
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=[txt_console, result_image, lbl_console, btn_buy],
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)