geeek commited on
Commit
dcce91d
·
verified ·
1 Parent(s): 9e73e7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -154,6 +154,15 @@ with gr.Blocks(fill_height=False,fill_width=False,css=css,js="""
154
  link.href = 'https://cms.cypherchat.app/uploads/favicon_8bc904ca6b.svg';
155
  document.getElementsByTagName('head')[0].appendChild(link);
156
  }
157
- """) as demo:
 
 
 
 
 
 
 
 
 
158
  loaded_demo = gr.load(model, src="spaces", token=token)
159
  demo.launch(show_api=False, show_error=False, quiet=True, debug=False)
 
154
  link.href = 'https://cms.cypherchat.app/uploads/favicon_8bc904ca6b.svg';
155
  document.getElementsByTagName('head')[0].appendChild(link);
156
  }
157
+ """,theme=gr.themes.Default(
158
+ primary_hue="blue",
159
+ neutral_hue="gray",
160
+ text_size="md"
161
+ ).set(
162
+ body_background_fill="#0a0a0a",
163
+ body_background_fill_dark="#0a0a0a",
164
+ block_background_fill="#1a1a1a",
165
+ block_background_fill_dark="#1a1a1a"
166
+ )) as demo:
167
  loaded_demo = gr.load(model, src="spaces", token=token)
168
  demo.launch(show_api=False, show_error=False, quiet=True, debug=False)