Didier commited on
Commit
e294f91
·
verified ·
1 Parent(s): b7cb6e3

Update module_vision.py

Browse files
Files changed (1) hide show
  1. module_vision.py +1 -1
module_vision.py CHANGED
@@ -27,7 +27,7 @@ def process(message, history):
27
  with gr.Blocks() as demo:
28
  chat_interface = gr.ChatInterface(
29
  fn=process,
30
- description="Chat with text / text+image / text+video.",
31
  #examples=examples,
32
  #cache_examples=False,
33
  stop_btn="Stop Generation",
 
27
  with gr.Blocks() as demo:
28
  chat_interface = gr.ChatInterface(
29
  fn=process,
30
+ description="Chat with text / text+image.",
31
  #examples=examples,
32
  #cache_examples=False,
33
  stop_btn="Stop Generation",