Spaces:
Running
on
Zero
Running
on
Zero
Update plum color.
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ handler = Chat(model_path, conv_mode=conv_mode, load_8bit=False, load_4bit=True)
|
|
225 |
|
226 |
textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
|
227 |
|
228 |
-
with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=gr.themes.
|
229 |
gr.Markdown(title_markdown)
|
230 |
state = gr.State()
|
231 |
state_ = gr.State()
|
|
|
225 |
|
226 |
textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
|
227 |
|
228 |
+
with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=gr.themes.Default(primary_hue=plum_color), css=block_css) as demo:
|
229 |
gr.Markdown(title_markdown)
|
230 |
state = gr.State()
|
231 |
state_ = gr.State()
|