DigiP-AI commited on
Commit
fa493aa
·
verified ·
1 Parent(s): 3998a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ def image_processing(image, filter_type):
269
  return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
270
 
271
  # Gradio interface
272
- with gr.Blocks(theme=theme()) as app:
273
  gr.Markdown("Image Filtering Studio")
274
 
275
  with gr.Row():
 
269
  return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
270
 
271
  # Gradio interface
272
+ with gr.Blocks(theme=theme) as app:
273
  gr.Markdown("Image Filtering Studio")
274
 
275
  with gr.Row():