arad1367 commited on
Commit
5f4e9fe
Β·
verified Β·
1 Parent(s): 3870f23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,8 +130,8 @@ def gradio_interface():
130
  """
131
 
132
  with gr.Blocks(theme="gradio/soft", css=css) as demo:
133
- gr.HTML("<h1 id='title'>GroqLLaVA Econometrics Agent</h1>")
134
- gr.HTML("<p id='description'>Upload an economic chart and get a detailed analysis using Groq + LLaVA V1.5 7B multimodal.</p>")
135
 
136
  with gr.Row():
137
  api_key_input = gr.Textbox(label="GROQ API Key", placeholder="Enter your GROQ API Key", type="password")
 
130
  """
131
 
132
  with gr.Blocks(theme="gradio/soft", css=css) as demo:
133
+ gr.HTML("<h1 id='title'>GroqLLaVAMA Econometrics Agent</h1>")
134
+ gr.HTML("<p id='description'>Upload an economic chart and get a detailed analysis using Groq + LLaVA V1.5 7B multimodal + llama-3.1-70b.</p>")
135
 
136
  with gr.Row():
137
  api_key_input = gr.Textbox(label="GROQ API Key", placeholder="Enter your GROQ API Key", type="password")