hassanelmghari commited on
Commit
86f8c61
·
verified ·
1 Parent(s): 20b1f08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",