Update app.py
Browse files
app.py
CHANGED
@@ -341,7 +341,7 @@ examples = [
|
|
341 |
demo = gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange")
|
342 |
|
343 |
with demo:
|
344 |
-
gr.Markdown("# 🎭 StyleGen :
|
345 |
gr.Markdown("Generate fashion images and try on virtual clothing using AI")
|
346 |
|
347 |
with gr.Tabs():
|
|
|
341 |
demo = gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange")
|
342 |
|
343 |
with demo:
|
344 |
+
gr.Markdown("# 🎭 StyleGen : Flux Inpainting")
|
345 |
gr.Markdown("Generate fashion images and try on virtual clothing using AI")
|
346 |
|
347 |
with gr.Tabs():
|