jonaschua commited on
Commit
aa9a434
·
verified ·
1 Parent(s): 384f939

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ demo = gr.ChatInterface(fn=bot_streaming,
91
  )
92
  ],
93
  cache_examples=False,
94
- description="Upload an image, and start chatting about it, or simply try one of the examples below. ",
95
  stop_btn="Stop Generation",
96
  fill_height=True,
97
  multimodal=True)
 
91
  )
92
  ],
93
  cache_examples=False,
94
+ description="Upload an image, and start chatting about it, or just enter any text into the prompt to start.",
95
  stop_btn="Stop Generation",
96
  fill_height=True,
97
  multimodal=True)