Spaces:
Runtime error
Runtime error
hassanelmghari
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def bot_streaming(message, history, api_key, max_new_tokens=250, max_history=5):
|
|
81 |
|
82 |
with gr.Blocks() as demo:
|
83 |
gr.Markdown("# Meta Llama-3.2-11B-Vision-Instruct (FREE)")
|
84 |
-
gr.Markdown("Try the new Llama 3.2 11B Vision API by Meta for free through Together AI. Upload an image, and start chatting about it. Just paste in your Together AI API key and get started!")
|
85 |
|
86 |
api_key = gr.Textbox(
|
87 |
label="Together API Key",
|
|
|
81 |
|
82 |
with gr.Blocks() as demo:
|
83 |
gr.Markdown("# Meta Llama-3.2-11B-Vision-Instruct (FREE)")
|
84 |
+
gr.Markdown("Try the new Llama 3.2 11B Vision API by Meta for free through Together AI. Upload an image, and start chatting about it. Just paste in your [Together AI API key](https://api.together.xyz/settings/api-keys) and get started!")
|
85 |
|
86 |
api_key = gr.Textbox(
|
87 |
label="Together API Key",
|