Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,7 @@ demo = gr.Interface(
|
|
28 |
fn=generate_caption,
|
29 |
inputs=[image_input, max_length_slider],
|
30 |
outputs=caption_output,
|
|
|
31 |
title="Stable Diffusion Portrait Captioner",
|
32 |
theme="default",
|
33 |
allow_flagging="never"
|
|
|
28 |
fn=generate_caption,
|
29 |
inputs=[image_input, max_length_slider],
|
30 |
outputs=caption_output,
|
31 |
+
theme="gradio/monochrome",
|
32 |
title="Stable Diffusion Portrait Captioner",
|
33 |
theme="default",
|
34 |
allow_flagging="never"
|