sam749 commited on
Commit
47f0be1
·
verified ·
1 Parent(s): 72bbd2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"