JohanDL commited on
Commit
b4444a2
Β·
1 Parent(s): 9442889

Changing Gr Theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.themes.Soft()) 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*). "
 
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*). "