apperance change
Browse files
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=
|
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 = "
|
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 |
|