Spaces:
Sleeping
Sleeping
Update usage
Browse files
usage
CHANGED
|
@@ -22,4 +22,8 @@ bot_msg3 = {"text": "Here is a video clip of the world",
|
|
| 22 |
conversation = [[user_msg1, bot_msg1], [user_msg2, bot_msg2], [user_msg3, bot_msg3]]
|
| 23 |
|
| 24 |
with gr.Blocks() as demo:
|
| 25 |
-
MultimodalChatbot(value=conversation, height=800)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
conversation = [[user_msg1, bot_msg1], [user_msg2, bot_msg2], [user_msg3, bot_msg3]]
|
| 23 |
|
| 24 |
with gr.Blocks() as demo:
|
| 25 |
+
MultimodalChatbot(value=conversation, height=800)
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
if __name__ == "__main__":
|
| 29 |
+
demo.launch()
|