fmajer commited on
Commit
2a43f55
·
1 Parent(s): e4e2744

apperance change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,7 +59,7 @@ introduced in <a href="https://www.google.com/">my bachelor thesis</a> (link wil
59
  demo = gr.Interface(
60
  query_image,
61
  inputs=[gr.Image(), "text", "checkbox", gr.Slider(0, 1, value=0.25)],
62
- outputs=gr.Image(type='pil', label='output').style(height=500, width=500),
63
  title="Object Detection Using Textual Queries",
64
  description=description,
65
  examples=[
@@ -67,7 +67,7 @@ demo = gr.Interface(
67
  ],
68
  cache_examples=False,
69
  allow_flagging = "never",
70
- theme = "huggingface",
71
  )
72
  demo.launch()
73
 
 
59
  demo = gr.Interface(
60
  query_image,
61
  inputs=[gr.Image(), "text", "checkbox", gr.Slider(0, 1, value=0.25)],
62
+ outputs=gr.Image(type='pil', label='output').style(height=700, width=700),
63
  title="Object Detection Using Textual Queries",
64
  description=description,
65
  examples=[
 
67
  ],
68
  cache_examples=False,
69
  allow_flagging = "never",
70
+ theme = "darkdefault",
71
  )
72
  demo.launch()
73