Spaces:
Build error
Build error
Update app.py
Browse files
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
|
|
|
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)
|