Spaces:
Running
on
Zero
Running
on
Zero
Changing Gr Theme
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def compare(desc):
|
|
96 |
caption = "Thanks for trying our model π\nIf you don't see an image for the base or GRPO model that means it didn't generate a valid SVG!"
|
97 |
return img_b, img_l, caption, svg_b, svg_l
|
98 |
|
99 |
-
with gr.Blocks(theme=
|
100 |
gr.Markdown("## ποΈ Qwen-2.5 SVG Generator β base vs GRPO-LoRA")
|
101 |
gr.Markdown(
|
102 |
"Type an image **description** (e.g. *a purple forest at dusk*). "
|
|
|
96 |
caption = "Thanks for trying our model π\nIf you don't see an image for the base or GRPO model that means it didn't generate a valid SVG!"
|
97 |
return img_b, img_l, caption, svg_b, svg_l
|
98 |
|
99 |
+
with gr.Blocks(theme="gradio/Base") as demo:
|
100 |
gr.Markdown("## ποΈ Qwen-2.5 SVG Generator β base vs GRPO-LoRA")
|
101 |
gr.Markdown(
|
102 |
"Type an image **description** (e.g. *a purple forest at dusk*). "
|