Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,6 @@ with gr.Blocks(theme=gr.themes.Citrus()) as demo:
|
|
| 62 |
main_interface = gr.Column(visible=False)
|
| 63 |
|
| 64 |
with main_interface:
|
| 65 |
-
gr.Markdown("## Thanks for being a PRO! 🤗")
|
| 66 |
with gr.Row():
|
| 67 |
with gr.Column(scale=1):
|
| 68 |
active_tab_state = gr.State(value="single")
|
|
@@ -86,7 +85,8 @@ with gr.Blocks(theme=gr.themes.Citrus()) as demo:
|
|
| 86 |
with gr.Column(scale=1):
|
| 87 |
output_image = gr.Image(label="Output", interactive=False)
|
| 88 |
use_image_button = gr.Button("♻️ Use this Image for Next Edit")
|
| 89 |
-
|
|
|
|
| 90 |
login_button = gr.LoginButton()
|
| 91 |
|
| 92 |
# --- Event Handlers ---
|
|
|
|
| 62 |
main_interface = gr.Column(visible=False)
|
| 63 |
|
| 64 |
with main_interface:
|
|
|
|
| 65 |
with gr.Row():
|
| 66 |
with gr.Column(scale=1):
|
| 67 |
active_tab_state = gr.State(value="single")
|
|
|
|
| 85 |
with gr.Column(scale=1):
|
| 86 |
output_image = gr.Image(label="Output", interactive=False)
|
| 87 |
use_image_button = gr.Button("♻️ Use this Image for Next Edit")
|
| 88 |
+
gr.Markdown("## Thanks for being a PRO! 🤗")
|
| 89 |
+
|
| 90 |
login_button = gr.LoginButton()
|
| 91 |
|
| 92 |
# --- Event Handlers ---
|