gremlin97 commited on
Commit
248a06f
1 Parent(s): 2ae85a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -43,7 +43,8 @@ gr.Interface(
43
  inputs=inputs,
44
  outputs=outputs,
45
  title="Tags and Captioning using Tag2Text",
46
- description="Upload an image and see the results in text boxes.",
 
47
  live=True,
48
 
49
  ).launch(enable_queue=True, debug=True)
 
43
  inputs=inputs,
44
  outputs=outputs,
45
  title="Tags and Captioning using Tag2Text",
46
+ description="Upload an image and see its tags and captions in the corresponding output boxes",
47
+ theme=gr.themes.Soft(),
48
  live=True,
49
 
50
  ).launch(enable_queue=True, debug=True)