Faustrix commited on
Commit
906cc8b
·
1 Parent(s): 982c89f

feat: Update app.py with compact theme for interface

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