Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|