Spaces:
Running
Running
Update app.py
Browse files
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("# 📷
|
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()
|