Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,6 +132,7 @@ def gradio_interface():
|
|
| 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")
|
|
|
|
| 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 |
+
gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
|
| 136 |
|
| 137 |
with gr.Row():
|
| 138 |
api_key_input = gr.Textbox(label="GROQ API Key", placeholder="Enter your GROQ API Key", type="password")
|