Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ A1 = gr.ChatInterface(predict,
|
|
34 |
clear_btn="Clear Conversation")
|
35 |
|
36 |
A2 = gr.load(
|
37 |
-
"
|
38 |
title=" ",
|
39 |
description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
|
40 |
outputs=[gr.Textbox(label="I see...")],
|
|
|
34 |
clear_btn="Clear Conversation")
|
35 |
|
36 |
A2 = gr.load(
|
37 |
+
" ",
|
38 |
title=" ",
|
39 |
description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
|
40 |
outputs=[gr.Textbox(label="I see...")],
|