eienmojiki commited on
Commit
27a8994
·
verified ·
1 Parent(s): 8772f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from filters import *
6
  from components import create_filter_controls
7
 
8
  def create_app():
9
- with gr.Blocks() as app:
10
  gr.Markdown("# 📷 Real-Time Photo Filter App")
11
 
12
  # Khởi tạo components
 
6
  from components import create_filter_controls
7
 
8
  def create_app():
9
+ with gr.Blocks(theme="CultriX/gradio-theme") as app:
10
  gr.Markdown("# 📷 Real-Time Photo Filter App")
11
 
12
  # Khởi tạo components