ysharma HF staff commited on
Commit
38e901b
1 Parent(s): bd9441c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(title="Text on Image Editor",) as app:
110
- gr.Markdown("# Add Text to Image")
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():