Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,8 @@ ui = gr.Interface(
|
|
47 |
gr.Image(type="pil", label="Upload an Image (Optional)")
|
48 |
],
|
49 |
outputs=gr.Textbox(label="Response from the chatbot"),
|
50 |
-
title="AI Chatbot with Direct Image Upload"
|
|
|
51 |
)
|
52 |
|
53 |
# Launch the UI
|
|
|
47 |
gr.Image(type="pil", label="Upload an Image (Optional)")
|
48 |
],
|
49 |
outputs=gr.Textbox(label="Response from the chatbot"),
|
50 |
+
title="AI Chatbot with Direct Image Upload",
|
51 |
+
theme="TejAndrewsACC/zetaofficalthemeacc"
|
52 |
)
|
53 |
|
54 |
# Launch the UI
|