Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ setup()
|
|
294 |
|
295 |
# Gradio 인터페이스
|
296 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as demo:
|
297 |
-
gr.Markdown("# 🎭 Fashion Studio & Virtual Try-on")
|
298 |
|
299 |
with gr.Tabs():
|
300 |
# 패션 생성 탭
|
|
|
294 |
|
295 |
# Gradio 인터페이스
|
296 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as demo:
|
297 |
+
gr.Markdown("# 🎭 FitGen:Fashion Studio & Virtual Try-on")
|
298 |
|
299 |
with gr.Tabs():
|
300 |
# 패션 생성 탭
|