Spaces:
Sleeping
Sleeping
Commit
·
f46ba16
1
Parent(s):
8b179ce
Update: interface update
Browse files
app.py
CHANGED
@@ -90,4 +90,10 @@ with gr.Blocks() as interface:
|
|
90 |
outputs=result_gallery,
|
91 |
)
|
92 |
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
outputs=result_gallery,
|
91 |
)
|
92 |
|
93 |
+
css = """
|
94 |
+
body {
|
95 |
+
background-color: black;
|
96 |
+
color: white;
|
97 |
+
}
|
98 |
+
"""
|
99 |
+
interface.launch(share=True, css=css)
|