Washedashore commited on
Commit
55abd0a
1 Parent(s): 5f9eafb

Update usage

Browse files
Files changed (1) hide show
  1. usage +5 -1
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()