Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,9 +114,9 @@ with gr.Blocks(css=css) as demo:
|
|
| 114 |
|
| 115 |
|
| 116 |
with gr.Column(elem_id="col-container"):
|
| 117 |
-
gr.Markdown("""## ๐๏ธ
|
| 118 |
Powered by BLIP2, GRIT, Whisper, ChatGPT and LangChain
|
| 119 |
-
|
| 120 |
elem_id="header")
|
| 121 |
gr.Markdown("*Instruction*: For the current demo, please enter OpenAI api key, select an example video, click the button to generate a document and try chatting over the video ๐", elem_id="hint")
|
| 122 |
with gr.Row():
|
|
|
|
| 114 |
|
| 115 |
|
| 116 |
with gr.Column(elem_id="col-container"):
|
| 117 |
+
gr.Markdown("""## ๐๏ธ ChatVideo Demo 
|
| 118 |
Powered by BLIP2, GRIT, Whisper, ChatGPT and LangChain
|
| 119 |
+
""",
|
| 120 |
elem_id="header")
|
| 121 |
gr.Markdown("*Instruction*: For the current demo, please enter OpenAI api key, select an example video, click the button to generate a document and try chatting over the video ๐", elem_id="hint")
|
| 122 |
with gr.Row():
|