Madiy commited on
Commit
5a5ee63
·
verified ·
1 Parent(s): be943c2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -386,13 +386,7 @@ def outpaint_image(image, direction, extend_percent, custom_prompt, progress=gr.
386
 
387
  with gr.Blocks(
388
  title="CanvasAI",
389
- theme= gr.themes.Soft(
390
- primary_hue= "violet",
391
- secondary_hue="blue",
392
- neutral_hue="slate",
393
- font= gr.themes.GoogleFont("Inter"),
394
- font_mono= gr.themes.GoogleFont("JetBrains Mono")
395
- ),
396
  js="""
397
  function() {
398
  document.body.classList.add('dark');
 
386
 
387
  with gr.Blocks(
388
  title="CanvasAI",
389
+ theme= gr.themes.Glass(),
 
 
 
 
 
 
390
  js="""
391
  function() {
392
  document.body.classList.add('dark');