Spaces:
Running
on
Zero
Running
on
Zero
Test commit.
Browse files
app.py
CHANGED
|
@@ -194,7 +194,6 @@ theme.set(block_label_text_color="#9C276A")
|
|
| 194 |
theme.set(button_primary_text_color="#9C276A")
|
| 195 |
# theme.set(button_secondary_text_color="*neutral_800")
|
| 196 |
|
| 197 |
-
|
| 198 |
with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=theme, css=block_css) as demo:
|
| 199 |
gr.Markdown(title_markdown)
|
| 200 |
message = gr.State([])
|
|
|
|
| 194 |
theme.set(button_primary_text_color="#9C276A")
|
| 195 |
# theme.set(button_secondary_text_color="*neutral_800")
|
| 196 |
|
|
|
|
| 197 |
with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=theme, css=block_css) as demo:
|
| 198 |
gr.Markdown(title_markdown)
|
| 199 |
message = gr.State([])
|