Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -79,8 +79,8 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
79 |
# Create examples list from "examples/" directory
|
80 |
examples=example_list,
|
81 |
css="""
|
82 |
-
.gradio-container {background-color: #
|
83 |
-
.mx-auto {background-color: #
|
84 |
""")
|
85 |
|
86 |
# Launch the demo!
|
|
|
79 |
# Create examples list from "examples/" directory
|
80 |
examples=example_list,
|
81 |
css="""
|
82 |
+
.gradio-container {background-color: #0B0F19}
|
83 |
+
.mx-auto {background-color: #0B0F19}
|
84 |
""")
|
85 |
|
86 |
# Launch the demo!
|