CyberWaifu commited on
Commit
5b400e8
·
verified ·
1 Parent(s): d7edb86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def tag_image(pil_image: Image.Image, output_format: str) -> str:
68
  return "\n".join(lines)
69
 
70
  # Build the Gradio Blocks UI
71
- demo = gr.Blocks(theme=gr.themes.Soft()) # using a built-in theme for nicer styling
72
 
73
  with demo:
74
  # Header Section
 
68
  return "\n".join(lines)
69
 
70
  # Build the Gradio Blocks UI
71
+ demo = gr.Blocks(theme="gradio/soft") # using a built-in theme for nicer styling
72
 
73
  with demo:
74
  # Header Section