MrAli813 commited on
Commit
8af3424
1 Parent(s): 9a68e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ A1 = gr.ChatInterface(predict,
31
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
32
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
33
  retry_btn=None,
34
- clear_btn="Clear Chat Dialogue")
35
 
36
  A2 = gr.load(
37
  "huggingface/Salesforce/blip-image-captioning-large",
 
31
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
32
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
33
  retry_btn=None,
34
+ clear_btn="Clear Conversation")
35
 
36
  A2 = gr.load(
37
  "huggingface/Salesforce/blip-image-captioning-large",