Spaces:
Sleeping
Sleeping
Container True para lbl console
Browse files
app.py
CHANGED
@@ -109,10 +109,10 @@ source_image = gr.Image(label="Source")
|
|
109 |
destination_image = gr.Image(label="Destination")
|
110 |
|
111 |
#Outputs
|
112 |
-
result_image = gr.Image(label="Blend")
|
113 |
txt_console = gr.Textbox(label="Console", value="AI Engine Ready...", interactive=False)
|
114 |
-
lbl_console = gr.Label("AI Engine ready...")
|
115 |
-
btn_buy = gr.
|
116 |
|
117 |
#Gradio themes:
|
118 |
# — gr.themes.Base()
|
@@ -125,8 +125,8 @@ with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Base()) as mai
|
|
125 |
|
126 |
with gr.Row():
|
127 |
|
128 |
-
mrk_title = gr.Markdown("Hello")
|
129 |
-
mrk_title = gr.Markdown("Goodbye")
|
130 |
nueva_label = gr.Label("Credits")
|
131 |
|
132 |
|
|
|
109 |
destination_image = gr.Image(label="Destination")
|
110 |
|
111 |
#Outputs
|
112 |
+
result_image = gr.Image(label="Blend Result")
|
113 |
txt_console = gr.Textbox(label="Console", value="AI Engine Ready...", interactive=False)
|
114 |
+
lbl_console = gr.Label(value="AI Engine ready...", container=True)
|
115 |
+
btn_buy = gr.ClearButton("Buy More", visible=True, size='lg')
|
116 |
|
117 |
#Gradio themes:
|
118 |
# — gr.themes.Base()
|
|
|
125 |
|
126 |
with gr.Row():
|
127 |
|
128 |
+
mrk_title = gr.Markdown("#Hello")
|
129 |
+
mrk_title = gr.Markdown("##Goodbye")
|
130 |
nueva_label = gr.Label("Credits")
|
131 |
|
132 |
|