Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(css=css) as demo:
|
|
114 |
|
115 |
|
116 |
with gr.Column(elem_id="col-container"):
|
117 |
-
gr.Markdown("""## <img src="https://i.imgur.com/E3CChrY.png" width="60" height="60"> ChatVideo Demo
|
118 |
Powered by BLIP2, GRIT, Whisper, ChatGPT and LangChain
|
119 |
""",
|
120 |
elem_id="header")
|
|
|
114 |
|
115 |
|
116 |
with gr.Column(elem_id="col-container"):
|
117 |
+
gr.Markdown("""## <img src="https://i.imgur.com/E3CChrY.png" width="60" height="60"> ChatVideo Demo
|
118 |
Powered by BLIP2, GRIT, Whisper, ChatGPT and LangChain
|
119 |
""",
|
120 |
elem_id="header")
|