Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def chatbot_response(api_key, user_message, user_image, history):
|
|
101 |
with gr.Blocks() as demo:
|
102 |
gr.Markdown(
|
103 |
"""
|
104 |
-
# 🖼️
|
105 |
|
106 |
Engage in a conversation with the AI by sending text messages and/or uploading images. Enter your Hyperbolic API key to get started.
|
107 |
"""
|
|
|
101 |
with gr.Blocks() as demo:
|
102 |
gr.Markdown(
|
103 |
"""
|
104 |
+
# 🖼️ Qwen2-VL-72B-Instruct with Hyperbolic API
|
105 |
|
106 |
Engage in a conversation with the AI by sending text messages and/or uploading images. Enter your Hyperbolic API key to get started.
|
107 |
"""
|