OzlemAkgunoglu commited on
Commit
5b35f3d
·
verified ·
1 Parent(s): 1c4f2c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -85,10 +85,9 @@ def apply_filters(image, filter_type, brightness, contrast, sharpening):
85
  return image
86
 
87
  # Define Interface
88
- with gr.Blocks(css="""
89
- .gradio-container { background-color: #f7f7f7; }""") as app:
90
  # Title and Description
91
- gr.Markdown("<h1 style='text-align: center; font-family: Arial, sans-serif; color: #333;'>Dynamic Photo Filter App</h1>")
92
  gr.Markdown("<p style='text-align: center; color: #666;'>Apply professional photo filters with adjustable brightness, contrast, and sharpness. Perfect your images instantly!</p>")
93
  # Choices and Sliders at the Top
94
  with gr.Row():
 
85
  return image
86
 
87
  # Define Interface
88
+ with gr.Blocks(css=""".gradio-container { background-color: #f7f7f7; }""") as app:
 
89
  # Title and Description
90
+ gr.Markdown("<h1 style='text-align: center; font-family: Arial, sans-serif; color: #333;'>Dynamic Photo Filter App</h1>")
91
  gr.Markdown("<p style='text-align: center; color: #666;'>Apply professional photo filters with adjustable brightness, contrast, and sharpness. Perfect your images instantly!</p>")
92
  # Choices and Sliders at the Top
93
  with gr.Row():