Jonny001 commited on
Commit
c36fdb3
·
verified ·
1 Parent(s): fac87df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,7 +42,8 @@ def generate_captions(image):
42
  io = gr.Interface(
43
  generate_captions,
44
  inputs=[gr.Image(label="Input Image")],
45
- outputs=[gr.Textbox(label="Output Captions", lines=10, show_copy_button=True)]
 
46
  )
47
 
48
  io.launch(debug=True)
 
42
  io = gr.Interface(
43
  generate_captions,
44
  inputs=[gr.Image(label="Input Image")],
45
+ outputs=[gr.Textbox(label="Output Captions", lines=10, show_copy_button=True)],
46
+ theme="Yntec/HaleyCH_Theme_Orange"
47
  )
48
 
49
  io.launch(debug=True)