Update app.py
Browse files
app.py
CHANGED
@@ -362,7 +362,7 @@ def generate_image(prompt, mode, cfg_scale=7.0, steps=30, seed=None, width=512,
|
|
362 |
setup()
|
363 |
|
364 |
def create_interface():
|
365 |
-
with gr.Blocks(theme="
|
366 |
gr.Markdown("# 🎭 FitGen:Fashion Studio & Virtual Try-on")
|
367 |
|
368 |
with gr.Tabs():
|
|
|
362 |
setup()
|
363 |
|
364 |
def create_interface():
|
365 |
+
with gr.Blocks(theme="soft") as demo:
|
366 |
gr.Markdown("# 🎭 FitGen:Fashion Studio & Virtual Try-on")
|
367 |
|
368 |
with gr.Tabs():
|