Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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
|