Spaces:
Sleeping
Sleeping
Update module_vision.py
Browse files- 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
|
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",
|