john6688 commited on
Commit
f09293b
1 Parent(s): ed1865f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
2
 
3
  #gr.load("models/microsoft/Phi-3-mini-4k-instruct").launch()
4
 
5
- gr.ChatInterface(gr.load("models/microsoft/Phi-3-mini-4k-instruct")).launch()
 
2
 
3
  #gr.load("models/microsoft/Phi-3-mini-4k-instruct").launch()
4
 
5
+ gr.ChatInterface(gr.load("models/meta-llama/Meta-Llama-3-8B-Instruct")).launch()