kprsnt commited on
Commit
50b8ded
1 Parent(s): d62d4e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # Load the Meta Llma 3.1 Instruct model for the initial argument
5
- model1 = gr.load("models/meta-llama/Llama-3.1-8B-Instruct")
6
 
7
  # Load a different model for the counter-argument
8
  # We'll use GRIN as an example, but you can replace this with another suitable model
 
2
  from transformers import pipeline
3
 
4
  # Load the Meta Llma 3.1 Instruct model for the initial argument
5
+ model1 = gr.load("models/microsoft/GRIN-MoE")
6
 
7
  # Load a different model for the counter-argument
8
  # We'll use GRIN as an example, but you can replace this with another suitable model