Spaces:
Sleeping
Sleeping
Scales correct
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ destination_image = gr.Image(label="Destination")
|
|
109 |
#Outputs
|
110 |
result_image = gr.Image(label="Blend Result")
|
111 |
txt_console = gr.Textbox(label="Console", value="AI Engine Ready...", interactive=False)
|
112 |
-
lbl_console = gr.Label(value="AI Engine ready...", container=True)
|
113 |
btn_buy = gr.DuplicateButton("Buy More", visible=True, size='lg')
|
114 |
#btn_buy.click(fn=cambio, outputs=mrk_title)
|
115 |
|
@@ -124,9 +124,9 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
|
|
124 |
|
125 |
with gr.Row():
|
126 |
|
127 |
-
gr.Label(visible=False, scale=
|
128 |
-
gr.Label(visible=False, scale=
|
129 |
-
lbl_credits = gr.Label(label="Credits", value="20", color="#ffa500", scale=
|
130 |
|
131 |
with gr.Row():
|
132 |
|
|
|
109 |
#Outputs
|
110 |
result_image = gr.Image(label="Blend Result")
|
111 |
txt_console = gr.Textbox(label="Console", value="AI Engine Ready...", interactive=False)
|
112 |
+
lbl_console = gr.Label(label="Console", value="AI Engine ready...", container=True)
|
113 |
btn_buy = gr.DuplicateButton("Buy More", visible=True, size='lg')
|
114 |
#btn_buy.click(fn=cambio, outputs=mrk_title)
|
115 |
|
|
|
124 |
|
125 |
with gr.Row():
|
126 |
|
127 |
+
gr.Label(visible=False, scale=2)
|
128 |
+
gr.Label(visible=False, scale=2)
|
129 |
+
lbl_credits = gr.Label(label="Credits Available", value="20", color="#ffa500", scale=1)
|
130 |
|
131 |
with gr.Row():
|
132 |
|