Niansuh commited on
Commit
140e3d6
1 Parent(s): e1e839e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(fill_height=True, ) as demo:
97
  {"text": "Count the number of apples.", "files": ["./setofmark6.png"]},
98
  {"text": "I want to find a seat close to windows, where can I sit?", "files": ["./office1.jpg"]},
99
  ],
100
- description="Upload an image and start chatting about it, or simply try one of the examples below. If you won't upload an image, you will receive an error. This is not the official demo.",
101
  stop_btn="Stop Generation",
102
  multimodal=True,
103
  textbox=chat_input,
 
97
  {"text": "Count the number of apples.", "files": ["./setofmark6.png"]},
98
  {"text": "I want to find a seat close to windows, where can I sit?", "files": ["./office1.jpg"]},
99
  ],
100
+ description="Upload an image and start chatting about it, or simply try one of the examples below. If you won't upload an image, you will receive an error.",
101
  stop_btn="Stop Generation",
102
  multimodal=True,
103
  textbox=chat_input,