Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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
|
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",
|