a4to commited on
Commit
0a4697d
1 Parent(s): 70b3dd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/concise/LLaMa-V2-13B-Chat_Quantized_fp16/LLaMa.V2_13B-Chat-f16-q5_0.bin").launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("models/concise/LLaMa_V2-13B-Chat-Unquantized-HF").launch()