Karin0616
commited on
Commit
·
f85681f
1
Parent(s):
839737b
theme
Browse files
app.py
CHANGED
@@ -110,7 +110,11 @@ demo = gr.Interface(fn=sepia,
|
|
110 |
examples=["city1.jpg","city2.jpg","city3.jpg"],
|
111 |
allow_flagging='never',
|
112 |
title="This is a machine learning activity project at Kyunggi University.",
|
113 |
-
theme="
|
|
|
|
|
|
|
|
|
114 |
)
|
115 |
|
116 |
|
|
|
110 |
examples=["city1.jpg","city2.jpg","city3.jpg"],
|
111 |
allow_flagging='never',
|
112 |
title="This is a machine learning activity project at Kyunggi University.",
|
113 |
+
theme="darkpeach",
|
114 |
+
css="""
|
115 |
+
body{background-color : dark
|
116 |
+
}
|
117 |
+
"""
|
118 |
)
|
119 |
|
120 |
|