Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'>
|
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")
|