ClownRat commited on
Commit
fe61520
β€’
1 Parent(s): c574208

Modify style.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ handler = Chat(model_path, conv_mode=conv_mode, load_8bit=False, load_4bit=True)
226
 
227
  textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
228
 
229
- with gr.Blocks(title='VideoLLaMA 2 πŸ”₯πŸš€πŸ”₯', theme=gr.themes.Default(primary_hue=gr.themes.colors.red), css=block_css) as demo:
230
  gr.Markdown(title_markdown)
231
  state = gr.State()
232
  state_ = gr.State()
 
226
 
227
  textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
228
 
229
+ with gr.Blocks(title='VideoLLaMA 2 πŸ”₯πŸš€πŸ”₯', theme=gr.themes.Default(primary_hue=gr.themes.colors.violet), css=block_css) as demo:
230
  gr.Markdown(title_markdown)
231
  state = gr.State()
232
  state_ = gr.State()