dromerosm commited on
Commit
f1f7dd5
·
verified ·
1 Parent(s): d03e2fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ def main():
184
  with gr.Blocks() as demo:
185
  gr.Markdown("## CrewAI Research Tool")
186
  topic_input = gr.Textbox(label="Enter Topic", placeholder="Type here...")
187
- model_choice = gr.Radio(choices=["llama3-8b-8192", "llama3-70b-8192", 'llama-3.1-8b-instant', 'llama-3.1-70b-versatile'], label="Choose Model")
188
  submit_button = gr.Button("Start Research")
189
  output = gr.Markdown(label="Result")
190
 
 
184
  with gr.Blocks() as demo:
185
  gr.Markdown("## CrewAI Research Tool")
186
  topic_input = gr.Textbox(label="Enter Topic", placeholder="Type here...")
187
+ model_choice = gr.Radio(choices=["mixtral-8x7b-32768", "llama-3.2-1b-preview", 'llama-3.2-3b-preview', 'llama-3.3-70b-versatile'], label="Choose Model")
188
  submit_button = gr.Button("Start Research")
189
  output = gr.Markdown(label="Result")
190