OzlemAkgunoglu commited on
Commit
e05124c
1 Parent(s): 8ffd198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ with gr.Blocks(css="""
99
  border-radius: 8px;
100
  margin: 5px auto; /* Center the images */ }""") as app:
101
  # Title and Description
102
- gr.Markdown("<h1 style='text-align: center; font-family: Arial, sans-serif; color: #333;'>Dynamic Photo Filter App</h1>")
103
- gr.Markdown("<p style='text-align: center; color: #666;'>Apply professional photo filters with adjustable brightness, contrast, and sharpness. Perfect your images instantly!</p>")
104
  # Choices and Sliders at the Top
105
  with gr.Row():
106
  filter_choice = gr.Radio(["Original", "Grayscale", "Sketch", "Sepia", "Negative", "Sharpen", "Edge Detection","Fall"],label="Filter")
 
99
  border-radius: 8px;
100
  margin: 5px auto; /* Center the images */ }""") as app:
101
  # Title and Description
102
+ gr.Markdown("<h1 style='font-family: Arial, sans-serif; color: #333;'>Dynamic Photo Filter App</h1>")
103
+ gr.Markdown("<p style='color: #666;'>Apply professional photo filters with adjustable brightness, contrast, and sharpness. Perfect your images instantly!</p>")
104
  # Choices and Sliders at the Top
105
  with gr.Row():
106
  filter_choice = gr.Radio(["Original", "Grayscale", "Sketch", "Sepia", "Negative", "Sharpen", "Edge Detection","Fall"],label="Filter")