Spaces:
Sleeping
Sleeping
feat: Update app.py with compact theme for interface
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ demo = gr.Interface(
|
|
22 |
inputs=[image, question],
|
23 |
outputs=answer,
|
24 |
title=title,
|
25 |
-
description=description
|
26 |
theme="compact",
|
27 |
)
|
28 |
|
|
|
22 |
inputs=[image, question],
|
23 |
outputs=answer,
|
24 |
title=title,
|
25 |
+
description=description,
|
26 |
theme="compact",
|
27 |
)
|
28 |
|