apple muncy commited on
Commit
0fc8e32
·
1 Parent(s): 97a11ee

switch to seafoam

Browse files

Signed-off-by: apple muncy <apple@dell-deb-12-5.local>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ demo = gr.Interface(
11
  fn=greet,
12
  inputs=["text", "slider"],
13
  outputs=["text"],
14
- # theme=my_theme,
15
- css = css
16
  )
17
 
18
  demo.launch()
 
11
  fn=greet,
12
  inputs=["text", "slider"],
13
  outputs=["text"],
14
+ theme=my_theme,
15
+ # css = css
16
  )
17
 
18
  demo.launch()