BhumikaMak commited on
Commit
f46ba16
·
1 Parent(s): 8b179ce

Update: interface update

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -90,4 +90,10 @@ with gr.Blocks() as interface:
90
  outputs=result_gallery,
91
  )
92
 
93
- interface.launch(share=True)
 
 
 
 
 
 
 
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)