Karin0616 commited on
Commit
f85681f
·
1 Parent(s): 839737b
Files changed (1) hide show
  1. app.py +5 -1
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="grass"
 
 
 
 
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