eienmojiki commited on
Commit
b3bac6f
·
verified ·
1 Parent(s): 064b099

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ 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
13
  controls = create_filter_controls()
 
7
 
8
  def create_app():
9
  with gr.Blocks(theme="CultriX/gradio-theme") as app:
10
+ gr.Markdown("# 📷 Photo Filter App")
11
 
12
  # Khởi tạo components
13
  controls = create_filter_controls()