Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,8 +106,8 @@ def add_text_to_image(
|
|
106 |
|
107 |
# Create the Gradio interface
|
108 |
def create_interface():
|
109 |
-
with gr.Blocks(
|
110 |
-
gr.Markdown("# Add Text
|
111 |
gr.Markdown("Upload an image and customize text properties to add text overlay.")
|
112 |
|
113 |
with gr.Row():
|
|
|
106 |
|
107 |
# Create the Gradio interface
|
108 |
def create_interface():
|
109 |
+
with gr.Blocks() as app:
|
110 |
+
gr.Markdown("# Add Text Behind Image")
|
111 |
gr.Markdown("Upload an image and customize text properties to add text overlay.")
|
112 |
|
113 |
with gr.Row():
|