arad1367 commited on
Commit
84154f2
β€’
1 Parent(s): 94e99c7

Update app.py

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